@charset "utf-8";

/* CSS Document */
body {
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-size: 18px;
	color: #a4af5a;
	
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #A4AF5A;
}
a:active {
	color: #FFF;
}

.menu {
	color: #FFF;
	height: 110px;
	text-align: center;
	
	background-image:url(img/menubutton.gif);
	background-position:bottom ;
	background-repeat:no-repeat;
	width:80px;
	float: left;
	margin-left: 4px;
}
