@charset "utf-8";
/* CSS Document */

body,html {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header {
	background-color: #000000;
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	z-index: 4;
}
#main {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000000;
	position: absolute;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
#footer {
	background-color: #000000;
	width: 100%;
	height: 30px;
	position: relative;
	margin-top: -30px;
	z-index: 5;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
