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


body {
	background-color: #000;
	min-width:800px;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #CCC;
}
.backimg1 {
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	margin:auto;
	padding-top:450px;
	width:1000px;
	z-index:-100;
}
.back1 {
	position:absolute;
	left:0;
	top:0;
	z-index:-99;
}
.back2 {
	position:absolute;
	right:0;
	top:0;
	z-index:-99;
}
.back3 {
	position:absolute;
	right:0;
	top:0;
	z-index:-80;
}
.wrapper {
	width:700px;
	margin:auto;
}
.title {
	margin:auto;
	width:500px;
}
.menu {
	text-align:center;}
.main {
	z-index:1;
	text-align:center;}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
