body {
	background-color: #452a24;
	color: #CCCCCC;
	font-family: sans-serif;	
	width:100%;
	height:100%;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

a:link {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; color: #CCCCCC;}
a:visited {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; color: #CCCCCC;}
a:hover {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; color: #999999;}
a:active {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; color: #CCCCCC;}

h3 {
font-size: 15px;
font-weight:bold;
}


div.body {
	 width: 750px;
     height: 750px;
     margin: 0px;
	 padding:0px;
	 }
#flash {
	position:absolute;
     left: 50%; 
     top: 30%;
     width: 1200px;
     height: 500px;
     margin-top: -250px; /* half of the height */
     margin-left: -600px; /* half of the width */
     text-align:left;
	 padding:0px;
	 }
	 
	 #header {
	 text-align:right;
	 padding:0px 0px 0px 0px;
	 height: 75px;
	 }
	 
	 
