html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
body { 
	font-family: Verdana, "Lucida Grande","Lucida Sans Unicode", Helvetiva, Arial, sans-serif;
	color: #000; 
	/*background: #000 no-repeat top left;*/
	font-size: 0;
	line-height: 0;
	margin: 0; 
	padding: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../start_imgs/rotate.php);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
a:active {
	outline: none;
	border: none;
}
a:focus {
	outline: none;
	border: none;
}
img	{
	border: none;
	}
#on3 {
	margin: 0;
	padding: 0;
	display: block;
}
#bgImg {
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#foreground {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: auto;
	width: 100%;
	height: 100%;
}
#statusBox {
	width: 128px;
	height: 15px;
	border:  none;
	position: absolute;
	display: block;
	left: 810px;
	top: 8px;
	margin: 0;
	padding: 0;
}
#boxColor {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#statusBar {
	background-color: #fff;
	position: absolute;
	height: 13px;
	overflow: hidden;
	margin: 1px 0 0 1px;
	padding: 0;
}
#statusText {
	position: absolute;
	color: #444;
	width: 100%;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin: 1px 0 0 1px;
	padding: 0;
}
#ladeText {
	position: absolute;
	top: 13px;
	color: #444;
	width: 100%;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin: 2px 0 0 0;
	padding: 0;
}
