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

}

#wrapper
{
	width:800px;
	text:align: center;
	margin: 0 auto;
}


#header
{
	text-align: center;
}

#content
{
	text-align: center;	
}

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

.redtext
{
	color:#8C4848;
	font-weight:bold;
}

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

a:visited
{
	color: #8C4848; 
	text-decoration: none;
}

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

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

img 
{ 
		border: 0px; 
}

li
{
	margin-top:0.4em;	
}

.blinking
{
	text-decoration: blink;
}

