A {
	text-decoration: none;
	font-weight: bold;
	font-size:80%;
	color:#C40000;
    font-family: Arial;
}

div.fade {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:300px;	
	background-image: url('bg2.png');;
	z-index:-1;
}

div.mainbody {
	text-align:left;
	color:white;
	
	padding-top:0px;
	padding-left:0px;
	background-image: url('bodybg.png');
	margin: 0 auto;
	
	top:0px;
	width: 800px;
	max-width: 800px;
	border:0;
}

div.foot {
	background-image: url('footbg.png');
	width:800px;
	border:0px solid #ff0000;
	margin:0;
	padding:0px;
	text-align:center;
	background-color: #242424;
}


div.maincontent {
	margin:7px;	
	border:0;
	padding:0;
	background-color: #242424;
}

div.planetchangeboxa {
	width:90%;
	height:42px;
	padding:5px;
	border: solid 1px #772B1A;
	background-color: #000015;
	overflow:hidden;
}
div.planetchangeboxd {
	width:90%;
	height:42px;
	padding:5px;
	border: solid 1px #772B1A;
	background-color: #150000;
	overflow:hidden;
}

div.fade {
	background-color: #121212;
	background-image: url('bg2.png');
}
