body{
	background: url(edgeglow.png) repeat-y  #000000;	
	background-position: top center; 
	text-align: center;
}
#logo{
	position: relative;
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto;  
	width: 900px;
	height: auto;
	background-color: #000000;
	text-align: left;
}
#main{
	position: relative;
	margin-top: -15px; 
	margin-left: auto; 
	margin-right: auto;  
	width: 906px;
	height: 1500px;
	background-color: #000000;
	text-align: left;
	color: #5bff3b;
	font-size: 20px;
	padding-left: 2px;
	padding-right: 2px;

}
.footer{
	font-size: 12px;	
	text-align: center;
}
a{
	color: #5bff3b;
}