body {
    
    background-color: #000000;
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	background-image:url('../images/bg-body.jpg');
	background-repeat:repeat-x;
	background-attachment: fixed;
}

a:hover {
	color:#bd50a9;
	text-decoration:underline;	
}

.centered {
	position: absolute;
	width:615px;
    height:201px;
    left:50%;
    top:50%;
    margin:-100.5px 0 0 -307.5px;
}

.ads {
	text-align: center;
	margin-top: 100px;
}

.logo {
	background-image:url("http://mo.cncguild.net/images/mocontinue.png");
    background-repeat: no-repeat;
	border-style: none;
	
	width: 650px;
	height: 150px;
}

.redirect {
	text-align: center;
    margin-top: 20px;
}

.adpiece {
	text-align:center;
}