html{
	height:100%;
	width:100%;	
	overflow:hidden;
}
html, body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#000000;
	overflow:hidden;
}