@charset "utf-8";
/* CSS Document */

<style type="text/css">

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
body {
	background-color: #000000;
	background-image: url(images/wood_background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper {
	position: absolute;
	left: 50%;
	width: 950px;
	margin: 100px 0 0 -475px;
}
#noflash {
	width: 100%;
	margin-top: 0px;
}
