h1,h2,h3,p,li,td{font-family: Arial, Helvetica, sans-serif}
a:hover { color:#b9502e }
a {text-decoration:none; color:#2e45b9}
ul {
margin-top: 0em;
margin-bottom: 0em;
}

<style type="text/css">
html {
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
padding: 50px 0 20px;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}


body {	height:99%;
	background:#606060;
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
}

#content {	background:#ffffe0;
	overflow:auto;
	position:absolute;
	left:0;
	width:760px;
	top:150px;
	bottom:20px;
}
#head {	position:absolute;
	left:0;
	width:760px;
	top:0px;
	height:150px;
	overflow:hidden;
	background:white;}

</style>

