#main {
	font-family: Arial, Helvetica, sans-serif;
	height: 464px;
	width: 700px;
}
#message{
position:fixed;
bottom:0px;
width:100%;
height:20px;
background-color:red;
}