body
{
	background: url('images/bg-repeat.jpg') repeat;
	color: white;
	font-family: "Helvetica", "Arial", sans-serif;

}

#wrapper
{
	background: url('images/bg-large.jpg') no-repeat top center;
	width:1024px;
	text:align: center;
	margin: 0 auto;
}


#header
{
	text-align: center;
}

#content
{
	text-align: center;	
}

.graytext
{
   color:#cccccc;
   font-weight:bold;
}

.aquatext
{
	color:#69a39b;
	font-weight:bold;
}

a:link
{
	color: #8cc9c0; 
	text-decoration: none;
}

a:visited
{
	color: #61958e; 
	text-decoration: none;
}

a:hover, a:active
{
	color: #8cc9c0; 
	text-decoration: underline;
}

#footer
{
	font-size:.8em;
	text-align: center;
}

img 
{ 
		border: 0px; 
}


