<style type="text/css">
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #007bc3;
}
.Container{
 margin:0 auto;
width:900px;
}
.head{
width:900px;
height:150px;

}

.formhead{
float:left;
width:660px;
margin-left:15px;
margin-top:30px;

}


.menuside{
float:left;

margin-top:15px;
}

.footer{
position: relative;/* this gives IE6 hasLayout to properly clear */
clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
margin-top:500px;

}


</style>

