* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	height: 600px;
	margin-top: 150px;
	margin-bottom: 10px;
	text-indent: 0pt;
}
#wrapper #logo {
	background-color: #000000;
	height: 150px;
	width: 800px;
	text-align: center;
}
#wrapper #navigation {
	height: 35px;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	}
a:link {color: #ffffff;}
a:hover {color: #9999cc;}
a:focus {color: #9999cc;}
a:visited {color: #ffffff;}
}
#wrapper #flashbox {
	height: 350px;
	width: 800px;
	float: none;
	text-align: center;
	line-height: 0px;
	background-position: center;
}
#wrapper #footer {
	text-align: center;
	height: 50px;
	width: 800px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10mm;
	position: absolute;
}
