body {
	background-image: url(http://mxo.hybrid-gamers.com/images/background.jpg);
	background-repeat: repeat-x;
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	min-width: 772px;
}

a {
	font-weight: bold;
	color: #6a82b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6a82b4;
}

.heading {
	font-size: 14px;
	font-weight: bold;
	color: #6a82b4;
	margin: 5px 5px 2px 5px;
}

.newsheading {
	border-bottom: 1px solid #6a82b4;
	font-size: 14px;
	font-weight: bold;
	color: #6a82b4;
	margin: 5px 5px 5px 5px;
}

.content {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 5px 5px 5px;
}


.content-italic {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-style: italic;
	margin: 0px 5px 5px 5px;
}

/* Content with Courier Font */

.heading, .newsheading, .content, .content-italic {
	font-family: "Courier New", Courier, monospace;
}


/* Vector PvP League  */

/* Text style and size */

.playername, .columns, .points, .frozen {
        font-family: "Courier New", Courier, monospace;
	font-size: 12px;
        padding: 5px;
        text-align: center;
}

/* Text background and borders */

.playername {
	background-color: #333333;
	border-right: 1px solid #6f6f6f;
	border-bottom: 1px solid #666666;
}

.columns {
	background-color: #474747;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.points {
	background-color: #228B22;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

.frozen {
	background-color: White;
	color: black;
	font-weight: normal;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

/* Positioning for Site Elements, Images & Divs */

div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 615px;
}

div.main {
	position: absolute;
	width: 780px;
	height: 615px;
	top: 0px;
	left: 0px;
}

div.content {
	position: absolute;
	width: 575px;
	height: 370px;
	top: 208px;
	left: 190px;
	text-align: left;
	overflow: auto;
	}