@charset "UTF-8";
#BOARDERBOX {
	font-family: Arial, Helvetica, sans-serif;
	top:0;
	height: 100%;
	width: 100%;
}
#TOPBOX {
	font-family: Arial, Helvetica, sans-serif;
	height: 230px;
	width: 100%;
	text-align: center;
	background-color: #333;
	position: absolute;
	padding-top: 20px;
	margin:0;
}
#MIDDLEBOX {
	position:absolute;
   bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 100%;
	padding-top: 230px;
}
#BOTTOMBOX {
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #333;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#bottomtextbox {
	width:300px;
	height:auto;
}

.font {
	color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
}

a {
	
	font-size: 11px;
	color: #CCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}

.smalltext {
	font-size: 9px;
	color: #666;
}
