body {
    padding: 0;	
    margin: 0; 
	font-family: Arial, Tahoma;
	font-size: 10px; 
    color: #737373; 
    line-height: 15px; 
    text-align: left;
    background: #000000 url('bg.png');
}

a:link, a:visited, a:active {
    font-weight: bold; 
	color: #731314; 
    cursor: help;
    text-decoration: none;
}

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

td, tr {
	font-family: Arial, Tahoma;
	font-size: 10px; 
    color: #5E5E5E; 
    line-height: 15px; 
    text-align: justify;
}

input, textarea, select{
	text-indent: 0px;
	color: #8E8E8E;
    font-size: 10px;
	background: #161616;
	border-left: 0px; 
    border-right: 0px; 
    border-top: 0px;
    background: url(border.png) bottom left repeat-x;
	padding-bottom: 4px;
}

b, strong {
    color: #534B4B;
    font-weight: bold;
	}

i, em {
    color: #E9E9E9;
	}

#main {
	position: absolute; 
	width: 520px; 
	top: 445px; 
	left: 260px; 
	font-size: 10px; 
    text-align: justify; 
    color: #5E5E5E;
	float: left;
} 	

.img {
	background-color: #0F0F0F;
	border: 1px; 
	border-color: #C4C4C4;
	border-style: solid;
	padding: 3px;
	margin-right: 3px;
	margin-top: 3px;
}

h1 {
    background: none; 
	height: 33px;
    font-family: arial narrow;
	text-transform: uppercase;
    line-height: 22px;
	letter-spacing: 5px; 
	font-size: 15px; 
	border: 0px;
    color: #E0E3E4;
    margin-top: 10px;
    margin-bottom: -25px;
        .margin-bottom: -35px;
    text-align: left; 
}

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