@charset "UTF-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000;
	height:100%;
}
#header_holder {
	background: #FFF;
	clear: both;
	height: 10px;
	width: 100%;
}
#body_holder {
	background: #000;
	clear: both;
	width: 100%;
	height: 100%;
}
#footer_holder {
	font:normal 12px Verdana, Geneva, sans-serif;
	background: #FFF;
	clear: both;
	height: 100px;
	width: 100%;
	padding-top: 20px;
	color: #000;
	letter-spacing: 0.2em;
	position: absolute;
	bottom: 0;
}
.disclaimer {
	color: #CCC;
	font-size: 10px;
	letter-spacing: normal;
}
