 body
  {
	text-align:center;
    background-color: #000000;
    
  }

#main_text {
	background-image: url("../images/e-maniacs-splash.jpg");
	background-repeat: no-repeat;	
	width: 800px;
	height: 600px;
	margin: 0 auto; 
	vertical-align: middle;
	text-align: right;	
}

#splash_container {
	width: 100%; 
	border: solid 0px red; 
	margin: 0 auto; 
	text-align:center;
	background-image: url("../images/bg.jpg"); 
	background-repeat: repeat-x;
}

.orange {
	color: #ff7800; 
	font-family: Arial;
	font-size: 17pt; 
	font-weight:bold; 
	text-decoration:none;
}
.white {
	font-family: Arial; 
	font-size: 16pt; 
	font-weight:bold; 
	color: #ffffff; 
	text-decoration:none;
}