html, body {
	background-color:#FFFFFF;
	height: 100%;      
}
img{
   	border-style: none;
	margins: 0;
}

#content{	
	width:350px;	
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -28px;
	margin-left: -175px;
	margin-top: -28px;
}

a, a:link, a:visited, a:hover, a:active{
	color: #FFFFFF
   	border-style: none;	
	margins: 0;
	text-decoration: none;
	outline: none;
}