body {
	background-color: #000000;
	background-image: url(topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0pt;
	padding:0pt;
	text-align: left;
}

#container {
	width:866px;
	background-position: center;
	margin:0pt auto;
	position:relative;
	text-align: center;
}

#contentarea {
	width:764px;
	height:371px;
	margin:0pt auto;
	background-image: url(contentbg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#logo {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	width:188px;
	height:270px;
	position:absolute;
	top:0;right:0;bottom:auto;left:0;
}

#flashcontent {
 	 z-index:1;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
