/* H T M L   C L A S S E S */

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

#image {
	position: absolute;
	height: 250px;
	width: 200px;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-left: -100px;
	margin-top: -125px;
}
