/* CSS Document */

<style type="text/css">	
	body {
		background-color: #181818;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	}

	#header {
		background-color: #181818;
		width: 100%;
		height: 60px;		
	}
	
	#footer {
		background-color: #181818;
		width: 100%;
		height: 40px;		
	}
	
	#flashcontent {
		width: 100%;
		height: 500px;		
	}
body,td,th {
	font-size: 0.8em;
}

</style>
