body{
	background-color: #ffffff;
	font: 88% Verdana, Helvetica, sans-serif, Arial;
	padding-left: 12;
	padding-right: 12;
	margin: 0px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
#top{
	
	width:1000px;
	height: 150px;
	
}
#left{
	float: left;
	width: 150px;
	height: 600px;
	
}
#center{
	float: left;	
	width: 700px;
	height: 600px;
}

#right{
	float: left;
	width: 150px;
	height: 600px;
	
}
#bottom{
	float:left;
	width:1000px;
	height: 25px;
	border-bottom: 1px solid #C2C2C2;
}