body {
    font-family: century gothic; 
    font-size: 10px; 
	line-height: 15px; 
    font-weight: normal; 
    color: #A4A4A4;
    text-align: justify;
    background: #DFDFDF url('bg.png');
}

#topbg {
	width: 100%;
	height: 600;
	background: url('top_bg.png') repeat-x top left;
}

a:link, a:visited, a:active {
    font-weight: normal;
	color: #D94F73; 
	text-decoration: none;
}

a:hover {
	color: #CA2654;
    cursor: help;
	text-decoration: none;
}

td, tr {
    font-family: century gothic; 
    font-size: 10px; 
    color: #AFAFB1; 
    line-height: 15px; 
    text-align: justify;
}

input, textarea, select{
	text-indent: 0px;
	color: #5E5E5E;
    font-family: century gothic; 
    font-size: 10px;
	background: url('stats_bg.png') repeat;
    border-left: 2px solid #BEBEBE; 
    border-right: 0px solid #BEBEBE; 
    border-top: 0px solid #BEBEBE;
    border-bottom: 3px solid #BEBEBE; 
}

b, strong {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
	}

i, em {
    color: #828282;
	}

.img {
	background: url('stats_bg.png') repeat;
	border: 1px; 
	border-color: #BEBEBE;
	border-style: solid;
	padding: 3px;
	margin-right: 3px;
	margin-top: 2px;
}

#main {
    position: absolute; 
    top: 350; 
    left: 20; 
    width: 500;
    text-align: justify; 
    color: #A4A4A4;
}

#stats {
    position: absolute; 
    top: 335; 
    left: 565; 
    width: 200;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	line-height: 14px;
    text-align: justify; 
    color: #1DC3D6;
}

#stats td {
	background: url('stats_bg.png') repeat-x top left;
	padding: 5px;
	width: 250px;
}

#footer {
    background: #E8EAEA url('footer_bg.png') no-repeat;
    font-family: century gothic;
    line-height: 11px;
	font-size: 10px;
	text-align: center;
    padding: 10px 0px;
	margin: 0px auto;
	clear: both;
}

h1 	{
    background: transparent;
	height: 30px;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 40px;
	letter-spacing: 6px; 
	font-size: 22px; 
	border: 0px;
    color: #D94A6E;
    margin-top: 10px;
    margin-bottom: -13px;
        .margin-bottom: -35px;
    text-align: left; 
}