html,body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	
} 

body{background:url(../img/bg.jpg)}

#logo{
	position:absolute;
	width:400px;
	height:400px;
	background:url(../img/logo2.png) no-repeat;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-200px;
}
