@import "reset.css";

body {
	background-color: #000;
	background-image: url("/site/images/background/background01.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
body, table, td, th, h3 {
	font: normal normal normal 12px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
a	{
	text-decoration: none;
	color: #FF0000;
	}
a:hover {
	text-decoration: underline;
	}
label {
	font-weight: bold;
	white-space: nowrap;
	}
ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 8px;
	}
form {
	display: inline;
	}
h1, h2, h3 {
	margin: 0px;
	}
h3 {
	background-color: #EEE;
	font-weight: bold;
	padding: 2px;
	}
th {
	background-color: #EEE;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	}
select {
	margin: 0px;
	}
pre {
	border: 1px dotted #EEE;
	overflow: scroll;
	margin: 0px;
	}

.red {
	color: red;
	}

/* body containers and header styles */
#container {
	
}

#betaFlash {
	
}

#noflash {
	font-family: "Quantico", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #C7C5C7;
	width: 600px;
	margin: 50px auto 0px auto;
}
