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



body {
	background-image: url(images/main-bg.png);
	repeat: no-repeat;
	background-color: #000;
	background-repeat: no-repeat;
}

body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #fff;
}


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


#header {
	width:500px;
	position:absolute;
	top:30px;
	left:50%;
	margin:0 0 0 -450px;
}
#menu {
	width:200px;
	position:absolute;
	top:100px;
	left:50%;
	margin:0 0 0 -490px;
	display: block;
}

#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 30px;
	list-style-type: none;
	padding-top: 40px;

}


.menu a:link {
	font-size: 14px;
	color: #999999;
}
.menu a:visited {
	color: #999999;
}
.menu a:hover {
	color: #fff;
}
.menu a:active {

}
#content {
	width:350px;
	position:absolute;
	top:154px;
	left:50%;
	margin:0 0 0 -280px;
}


#footer {
	width:200px;
	position:absolute;
	top:442px;
	left:128px;
	height: 100px;
}
