body {
  background-color:#000000;
  }
#image {
  position:absolute;
  top:0px;
  left:0px;  
  }
#main {
  width:380px;
  position:absolute;
  top:445px;
  left:25px;
  padding-bottom:30px;
  text-align:left;
  font-family:Georgia, Times, Serif;
  font-size:12px;	
	color:#ffffff;
  }  
a {
  color:#79995e;
  text-decoration:none;
	font-weight:bold;
  }
a:visited {
  color:#79995e;
  text-decoration:none;
	font-weight:bold;
  }
a:hover {
  color:#bac1a1;
  position:relative;
  left:1px;
  top:1px;
  text-decoration:none;
	font-weight:bold;
  }
a img {
  border:0;
  }
i {
  color:#ce6131;
  }
b {
  color:#4d96ce;
  }	
p#stats {
  width:280px;
	padding-top:5px;
	padding-left:5px;
	}
table {
  font-family:Georgia, Times, Serif;
  font-size:12px;
  color:#ffffff;
  }	
input.text {
  background-color:#000000;
	color:#ffffff;
	text-align:right;
	}	
input#button {
  padding:3px;
	margin-left:5px;
  border:1px solid #79995e;
  background-color:#79995e;
  font-family:Georgia, Times, Serif;
  font-size:10px;
  color:#f0e7a5;
  }