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

body {
background-color:#121315;
}

.footer {
	position:relative;
	bottom:0px;
	background-image:url(footer.gif);
	background-repeat:repeat-x;
	width:90%;
	height:46px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	position:relative;
	top:0px;
	background-image:url(header.gif);
	background-repeat:repeat-x;
	width:90%;
	height:46px;
	margin-left:auto;
	margin-right:auto;
}

.main-text {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#ffffff;
text-decoration:none;
}



a {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#999999;
text-decoration:none;
}

a:hover {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#CCCCCC;
text-decoration:underline;

}

a:visited {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#CCCCCC;
text-decoration:line-through;
}

td {
padding:5px 10px 5px 10px;
}

.maindiv {
margin-left:auto;
margin-right:auto;
width:90%;
}
