@charset 'UTF-8';
/* CSS Document */

/* =STRUCTURE
----------------------------------------------- */
#wrapper {
		width:846px;
		margin: 0 auto
		auto;
		text-align:center;
		}

.clear 	{
		clear: both;
		font-size: 1px;
		height: 0px;
		margin: 0;
		}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-align:center;
	
}

#footer {
		background-image:url(../images/footer.jpg);
		text-align:center;
		}


/* Headings
----------------------------------------------- */
h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.border {
	border: 1px solid #252525;
}
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	}

/* =LINKS
---------------------------- */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
