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

* {
	margin: 0;
	padding: 0;
	background-color: #333333;
	}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	}
div#wrap {
	width: 100%;
	padding: 50px 0 0 0;
	background-color: #333333;
	background-image: url(images/ground.gif);
	}
div#flash {
	width: 1000px;
	height: 585px;
	padding: 0;
	background-color: #333333;
	}
	
/*****
 Text
 *****/
p {
	font-size: 80%;
	color: #000000;
	line-height: 130%;
	padding: 0;
	margin-bottom: .75em;
	}
/***** h1 =  *****/
h1 {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 50%;
	font-weight: normal;
	color: #333333;
	background: url(images/hd_2007.gif) 0 0 no-repeat;
	position: absolute;
	top: 15px;
	left: 105px;
	width: 335px;
	height: 40px;
	}
div#flash p {
	padding-top: 150px;
	color: #CCCCCC;
	}
	
a:link, a:active, a:visited {
	color: #0099CC;
	}
a:hover {
	color: #00CCFF;
	}