/* CSS Document */

body
{
	width:100%;
	height:100%;
	background-color:#FFF;
}

#logo{
	position:absolute;
	left:50%;
	margin-left:-150px;
	top: 50%;
	margin-top: -65px;
}