html {
	height: 100%;
	background: #fff;
	margin: 0px;
	line-height: 0px;
}
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
 	line-height: 0px;
	text-align: center;
}

#container { 
	margin: 0px auto; 
	width: 100%; 
	height: 100%;
	background: #fff;
	text-align: left; 
}

