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

html {
		height: 100%;
		overflow: hidden;
	}
	

body{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;

	
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
}

a:link {
	color: #d3ac06;
}
a:hover {
	color: #d3ac06;
	text-decoration: underline;
}
a:active {
	color: #d3ac06;
	text-decoration: underline;
}
a:visited {
	color: #d3ac06;
}



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

#main {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 800px;
}

#flashcontentIntro {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	width: 100%;
	height: 650px;
	border: 0px;
	}


#flashcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	width: 100%;
	height: 650px;
	border: 0px;
	}
	
#flashcontent img {
	border: 0px;
	
	}
	
#bottom {
	position: absolute;
	left: 0px;
	top: 650px;
	bottom: 0;
	width: 100%;
	height: 250px;
	border: 0px;
	text-align: center;
}

#signup {
	margin: 5px;
}