body {background-color:#ffffff;}
p {
font-size: 11px;
text-transform:uppercase;
text-align: center;
color: #000000;
}
a {
color: #000000;
font-size: 11px;
text-decoration: none;
}


#content{
	
	position: absolute;
	width: 848px;
	height: 668;
	top: 50%;
	left: 50%;
	margin-top: -355px;
	margin-left: -424px;
}

#info{
	position: absolute;	
	top:720px;
	left:50px; 
	bottom:40px; 
	right:50px;
	font-family: helvetica, arial, sans-serif;
	
}


A:hover {text-decoration: none; 
	color: #ffffff;
	background-color:#000000;
	}

