body {
	
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial;
	font-size: 0.7em;
	line-height: 140%;
	background-color: #ddd;
}


#center {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1024px;
}

#content {
 	position: relative;
	margin-top: 50px;
}

#float {
	position: absolute;
	top: 450px;
	left: 580px;
	color: white;
}

#float div {
	width: 220px; 
	float: left;
	text-transform: uppercase;
}

#float a {
	color: white;
}

#float a:hover{
	color: #ddd;
}