@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF99;
}
#container {
	width: 990px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_bg.gif);
	height: 100%;
	margin-bottom: 0px;
	position: relative;
}
#trailerContainer {
	float: right;
	position: absolute;
	top: 230px;
	display: inline;
	clear: both;
	height: 270px;
	width: 480px;
	left: 255px;
}	
#footer {
	height: auto;
	text-align: center;
	margin: 10px;
}
.bigText {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.bigText2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.joinLink {
	font-size: 18px;
	font-weight: bold;
}
#textBox {
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#textBox2 {
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

