body {
	background-color: #FFF;
	background-image: url(../images/S8BG.png);
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment: fixed;
}
body,td,th {
	color: #000;
	font-size: 16px;
}
#border {
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #333;
	background-image: url(../images/wrapperbg.png);
	background-repeat: repeat;
}
#border #wrapper{
	width: 1000px;
}
#border #wrapper #leftStuff {
	float: left;
	width: 250px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
#border #wrapper #leftStuff #player{
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#border #wrapper #leftStuff #navbar {
	width: 100%;
}
#border #wrapper #rightStuff {
	width: 747px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}
#border #wrapper #rightStuff #banner {
	background-image: url(../images/banner.jpg);
	height: 245px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#border #wrapper #rightStuff #contentPane{
	float: right;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
#border #wrapper #bottomStuff{
	clear: both;
	font-family: Arial;
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;
	font-family: arial;
}
a:hover {
	color: #999;
	font-family: arial;
}
a:visited {
	color: #666;
	font-family: arial;
}
