/* CSS Document */
html{
	width: 100%;
	height: 100%;
	overflow-x: hidden; 
}

body{
	width: 100%;
	padding: 0px;
}

#main{
	position: absolute;
	width: 100%;
	height: 900px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}