/* STYLES */
/* ---------------------------------------------------------------------------- */

body{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFF;
}
	
a:link {
	color: #fab21f;
}
a:visited {
	color: #fab21f;
	text-decoration: underline;
}
a:hover {
	color: #fab21f;
	text-decoration: underline;
}
a:active {
	color: #fab21f;
	text-decoration: underline;
}




/* LAYOUT */
/* ---------------------------------------------------------------------------- */

#main {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 1070px;
	margin-bottom:10px;
}


#flashcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	width: 1070px;
	height: 850px;
	border: 0px;
	}
	
#flashcontent img {
	border: 0px;
	}
	
#bottom {
	position: absolute;
	left: 0px;
	top: 850px;
	bottom: 0;
	width: 1070px;
	border: 0px;
	text-align: center;
	background-color:#000000;
}

.signupbg{
	background-image:url(../images/signupbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#signup {
	position: relative;
	width:300px;
	margin-top: 35px;
	margin-left: 40px;
	text-align:center;
	color:#000000;
}

#signup img{
	margin-left: -20px;
	margin-bottom: 20px;
}