@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
background:#000000;
margin:0;
padding:0;
font:Verdana, Arial, Helvetica, sans-serif;

}
html {
height:100%;
background:#000000;
color:#CCCCCC;
text-align: left;
align:left;
}

body {
background:#000000;
position:relative;
min-height:100%;
color:#CCCCCC;
text-align:left;
align:left;
}

* html body {
	height: 100%;
	background:#000000;
	color:#CCCCCC;
	text-align:left;
}
#head, #foot {
	position: absolute;
	padding: 1.5em 0;
	height: 1em;
	width: 100%;
}
#head {
	top: 0;
}
#foot {
	bottom: 0;
}
#content {
	padding: 2.5em .5em;
}
#fullheight{
	height:100%
	margin: 0;
	padding: 0;
	border: none;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CA6132;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.bigger {
	color: #666666;
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.normal {
	color: #999999;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.small {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text {
	color: #999999;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}