body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	margin:0 auto; 

	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bacg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.background {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin:0 auto; 
}
.logo {
	background-image: url(images/logo.gif);
	height: 150px;
	width: 699px;
}
.nav {
}
.content {
}
img { border:none; margin: 1px; }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/hr.jpg);
	text-align: left;
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
	height:22px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-align:  center;
	text-transform: uppercase;	
}
.getearthwars1, .getearthwars2, .screenshots2, .custommaps2,.scores2,.payfor2,.shoutbox, .googlelinks, .message {
	background-color: #000000;
	margin: 8px;
	border: 1px solid #880000;
}

.getearthwars1, .custommaps2,.scores2, .shoutbox, .googlelinks {
	width: 46%;
	float: left;
}

.custommaps2, .shoutbox, .googlelinks {
	float: right;
}
.getearthwars2, .screenshots2, .payfor2 {
	width: 98%;
	float:none;
}

.screenshots2, .getearthwars1 {
text-align:center;
}

.googlebanner{ float:none; text-align:center; }
SHOUTBOX{ background-color:#000000; }
SHOUT{ background-color:#CCCCCC; }
MESSAGE {background-color:#666666; }

.message{
position:relative;
top:200px;
text-align:center;
width:50%;
}
/* NAVIGATION MENU CODE */
.nav{
	text-align: center;
	padding: 2em 0 0;
	clear: both;
	border-bottom: 1px solid #880000;
	
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
}

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

.nav ul {
	list-style: none;
	padding: 3px 0 3px;
	margin: 0;	
	/*text-align: center;*/
}

.nav ul li {
	list-style: none;
	display: inline;
	margin-right: -2px;	
}

.nav ul li span {
		/*   top rig  bot left */
	padding: 1px 5px 5px 5px;
	margin: 4px 0 4px 4px;
}

/* shows current page */
body#earthwars a#nav_earthwars span,
body#martrinex a#nav_martrinex span,
body#goodhost a#nav_goodhost span,
body#rapidvb a#nav_rapidvb span {
	background-color: #880000;
	border: 1px solid #880000;
}

/* button hover effect */
.nav ul li a:hover span{
	border: 1px solid #880000;
}

