body {
	background-color: #000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #F0DD31;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F0DD31;
}
#jcs {
	float: right;
	padding-top: 5px;
	padding-right: 25px;
}

a:hover {
	text-decoration: underline;
	color: #F0DD31;
}
a:active {
	text-decoration: none;
	color: #F0DD31;
}
.section {
	color: #F0DD31;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#wrap {
	width: 884px;
	margin: 0 auto;
}
#centerHome {
	width: 884px;
	margin: 0 auto;
}
#results {
	background-image: url(../images/game-results.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 100%;
}

.right {
	float: right;
	padding-left: 10px;
}

#footer {
	height: 80px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
}
#content {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
	padding: 15px;
}
#content {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
	padding: 0;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 207px;
}
.clear {
	clear: both;
}

.ball {
	background-image: url(../images/ball.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 10px;
}

#nav {
	padding-left: 110px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	padding-right: 3px;
}

