@charset "utf-8";
/* CSS Document */

/*Generic page frame */

h1, h2, h3, h4, legend {
	color:#000;	
	}

.bodyClass {
	background:#000 url(../images/main_bg.jpg) no-repeat center top;
	}

.pageWrapper {
	background:transparent;
	width:985px;
	height:510px;
	margin:auto;
	}

.gameHeader {
	background:url(../images/header.jpg) no-repeat;
	width:960px;
	height:95px;
	}

.compTable th {
	background:#999;
	color:#FFF;
	}
.compTable th:hover {
	background:#666;
	color:#FFF;
	}
