body {
	position: absolute;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: #222222;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
img {
	position: absolute;
	left: -1000px;
}
#clock3D {
	float: left;
	border: #444444 solid 1px;
	width: 300px;
	height: 200px;
	background: #000;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -100px;
}
