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

body {
	background-color: #003300;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#wrapper {
width:100%; 
height:100%;
}

#content {
background-image:url(../images/bg.jpg); 
width:963px; 
height:651px; 
padding:25px;
}

#noflash {

}

p.footnote {
	font-family:"Myriad Pro";
	font-size:14px;
	color: #FFFFFF;
}

