html {
	height: 100%;
}

body { 
	background-image: url("http://images1.eyeofeden.com/images/top.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000000;
	color: #777777;
	font-family: Verdana, Tahoma, Arial, Sans-Serif, Helvetica;
	font-size: x-small;
	letter-spacing: -.01em;
 	height: 100%;
 	margin: 0%;
 	padding: 0%;
}

div.ad {
	position: absolute;
	left: 50px;
}

div.content {
	position: absolute;
  top: 223px;
  left: 350px;
	width: 560px;
	height: auto;
	text-align: left;
	margin: 0px auto;
  padding: 0px;
}

div.centered {
	text-align: center;
}

div.fineprint {
	font-size: 9px;
	text-align: center;
}

h2 {
	display: inline;
	margin: 1.5em 0 .75em;
  font: 100% / 1.4em "Helvetica";
  text-transform: lowercase;
  letter-spacing: .1em;
	color: #a90202;
}

hr {
	border: dotted #777777 1px;
	height: 1px;
}

a:link { 
	color: #FFFFFF; 
	text-decoration: none;  
}

a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a:hover { 
	color: #a90202; 
	text-decoration: underline;   
}

a:active { 
	color: #FFFFFF;  
	text-decoration: none; 
}

img {
	border-width: 0px;
}

img.frontpage {
  border: 1px solid #222;
}

img.vmiddle {
	vertical-align: middle;
}