body {	
	background-image: url("../img/status-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;	
	color: white;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	overflow: hidden;
	border: 0;
	
}



.container {

	width: 170px;

	height: 130px;

}



.serverStatus {
	margin-top: 5px;
}



.playerOnline {
	width: 150px;
    text-align: right;		
	font-size: 9pt;
	margin-top: -5px;
	font-weight: bold;
}

.statBg {

	background: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 20px;
	margin-bottom: 15px;
	text-align: center;
}

.servertimeBg {
	width: 125px;
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 20px;
	text-align: center;
	float: left;
}



.serverStat {
    margin-top: 13px;
	margin-left: 85px;
    text-align: center;	
	font-size: 9pt;
	font-weight: bold;
}

.serverTime {

	width: 270px;

	height: 25px;

    margin: 0 auto;

	margin-left: 10px;

    text-align: center;	

	float: left;

	padding-top: 8px;

}

.sTime {
	float: left;
	color: #d6b3ff;
	font-size: 12px;
	text-transform: uppercase;
	background: none;
	padding: 5px 30px;
}


.status-color-red {

	color: red;

}



.status-color-green {

	color: #78fe01;

}



.featured {

	padding: 10px;

	display: block;

}



.newsContent {

	background: url(../img/newsBG.jpg)  fixed no-repeat;
	
	padding: 10px;

	width: 650px;

	height: 375px;

}



.newsImg {

	width: 193px;

	height: 117px;

}



.newsParagraph {
	height: 75px;
	overflow: hidden;
	font-size: 12px;
	width: 440px;
}



.articleHeading a{

    font-size: 12pt;

	font-weight: bold;

    padding: 10px 0;	

	text-decoration: none;

	color: white;

}



.articleHeading a:hover{

	color: #d6b3ff;

}



.dateArticle {

	color: #d6b3ff;

    font-size: 10pt;

    text-align: right;

}



.news {

	background: #7c56b3;

	font-size: 10px;

	color: white;

	padding: 5px 10px;

	text-transform: uppercase;

	text-align: center;

	border-radius: 3px;
	
	margin-right: 10px;

}



.patch {

	background: #ac52e7;

	font-size: 10px;

	color: white;

	padding: 5px 10px;	

	text-transform: uppercase;

	text-align: center;

	border-radius: 3px;

	margin-right: 10px;

}

