body{
	background-color:white;
}

#content{
	width:1024;
	height:768;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-512px;
	margin-top:-384px;;
	border:solid 1px grey;
}
#logo{
	width:200px;
	height:60px;
	background:white;
	background-image:url("../img/logo.png");
	margin:10px;
}
