@charset "utf-8";

body {
	background-color: #000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
}

a {color:#FFF; text-decoration:none;}
a:visted {color:#FFF; text-decoration:none;}
a:hover {color:#FFF; text-decoration:underline;}

.banner {
	width: 800px;
	background-image: url(../images/banner_new.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.navigation {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-variant: small-caps;
	color: #FFF;
	float: right;
	text-align: right;
	line-height: 17px;
}

.base {
	width: 100%;
	background-color: #000;
	clear: both;
	height: 30px;
	position: fixed;
	bottom: -5px;
	font-size: 10px;
}

.maintext {padding-top:190px; font-size: 13pt;}
