body {
	background-attachment: scroll;
	background-image: url(bgtile.png);
	background-repeat: repeat;
	background-position: center;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00BB00;
}

a:link { 
	color: #00BB00;
	}

a:hover { 
	color: #000;
	background-color: #00BB00;
	text-decoration: none;
	}

	
#frame {
	position:absolute;
	float:left;
	top:20px;
	border:2px solid #00BB00;
	margin:3px;
	background-color: #132313;
	padding: 3px;
	left: 20px;
	z-index: 5
	
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00BB00;
	font-weight: bold;
}
