*{
	margin: 0;
	padding: 0;
}
   
body
{
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	color: #4D4D4D;
	background: black url(../images/ace_bg.gif)	left top repeat-x;
	text-align: center;
}

img
{
	border :0;
} 

#wrapper
{
	margin: 0 auto;
	width: 599px;  
} 


#header
{
	margin-top: 15px;
	width: 599px;
	height: 210px;
	text-indent: -9999px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ace_header.png');
}

html>body #header
{
	margin-top: 15px;
	width: 599px;
	height: 210px;
	text-indent: -9999px;
	background: url(../images/ace_header.png) left top no-repeat;
}


#intro
{
	margin-top: 100px;
	width: 449px;
	height: 210px;
	text-indent: -9999px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/ace_intro.png');
	padding-left: 150px;
}

html>body #intro
{
	margin-top: 100px;
	width: 599px;
	height: 210px;
	text-indent: -9999px;
	background: url(../images/ace_intro.png) 50% top no-repeat;
	padding:0;
}

#forum
{
	margin: 80px 15px 0 0;
}

#forum p
{
	font-size: 2.5em;
	font-weight: normal;
}

#clan
{
	position: absolute;
	right:5;
	bottom:5;
}


#forum a:link, #forum a:visited
{
	color: #657E44;
	text-decoration: none;
}

#forum a:hover
{
	color: #B0A425;
} 