BODY {
    padding: 0;	
    margin: 0; 
    font-family: century gothic; 
    font-size: 10px; 
    color: #D9D9D9; 
    line-height: 15px; 
    text-align: left;
    background: #E8EAEA url('bg.png');
}

a:link, a:visited, a:active {
    font-weight: bold; 
	color: #7D9EA3; 
    cursor: help;
    text-decoration: underline;
}

a:hover {
	color: #547C82;
    cursor: help;
	text-decoration: overline;
}

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

input, textarea, select{
    background: #1E2B2E url(input_bg.png) top right no-repeat;
	text-indent: 0px;
	color: #D9D9D9;
    font-family: century gothic; 
    font-size: 10px;
    border-left: 0px solid #71A2AC; 
    border-right: 0px solid #71A2AC; 
    border-top: 0px solid #71A2AC;
    border-bottom: 3px solid #71A2AC; 
}

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

i, em {
    color: #91D0DD;
	}

#main {
    position: absolute; 
    top: 270; 
    left: 250;
    width: 440; 
    font: 10px; 
    text-align:justify; 
    color: #D9D9D9;
    padding-left: 3pt;
} 	

.img {
	background-color: #1E2B2E;
	border: 1px; 
	border-color: #71A2AC;
	border-style: solid;
	padding:5px;
	margin-right:5px;
	margin-top: 2px;
}

.codeimg {
	background-color: #1E2B2E;
	border: 1px; 
	border-color: #71A2AC;
	border-style: solid;
	padding: 3px;
	margin-right: 2px;
	margin-top: 2px;
}

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

#stats {
    background: none; 
    font-family: century gothic;
	color: #F3F3F3;
    line-height: 11px;
	font-size: 10px;
	text-align: center;
    padding: 0px 0px;
	margin: 0px auto;
	clear: both;
}

#footer {
    background-color: none; 
    font-family: century gothic;
	color: #D9D9D9;
    line-height: 11px;
	font-size: 10px;
	text-align: center;
    padding: 10px 0px;
	margin: 0px auto;
	clear: both;
}