@charset "utf-8";
/* CSS Document */
html
{
	height:100%;
}

body
{
	margin:0px;
	height:100%;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}

#logo 
{
	width: 500px;
	height: 399px;
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-left: -250px;
	margin-top: -200px;
	background:url(../images/logo.png) no-repeat;
}