body {
	background-color: #000;
	background-image: url();
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#main {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:814px;
	z-index:1;
	left: 0px;
	top: 5px;
}

#logo {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	z-index:2;
	top: 5px;
}

#content {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:445;
	z-index:2;
	top: 5px;
}

#mask {
	width:100%;
	height:100%;
}

#menu {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#about {
	margin-top: 5px;
	margin-bottom: 5px;
}

#mask {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}

#footer {
	margin-top: 10px;
	margin-bottom: 20px;
}

#copyright {
	width: 700px;
	font-size: 7pt;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
