html body {
	width:100%;
	height:100%;
	overflow:hidden;
	}

body {
	height:100%
	background-color: #FFFFFF;
	padding:0;
	margin:0;
}
/*#main {
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-300px;
	text-align:center;
	
}*/
#maindue {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	margin:0;
}

