body{
	text-align: center;
	margin: 0px;
	background-color: #000000;
}
h1 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFFFFF;
}
h2 {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin: 0px;
}
#wrapper {
	font-size: 0px;
	width: 1000px;
	margin: auto;
	float: none;
}
		#shuffle-frame {
	height: 8px;
	font-size: 0px;
	width: 300px;
	margin: 0 auto;
	float: left;
	padding-left: 10px;
		}
		#shuffle-off {
			height: 8px;
			font-size: 0px;
			width: 300px;
			margin: 0 auto 0;
			background-image: url(../images/shuffleoff.gif);
			background-repeat: no-repeat;
			background-position: left top;
			float: left;
		}
		#shuffle-off a {
			height: 8px;
			font-size: 0px;
			width: 300px;
			margin: 0px auto 0;
			background-image: url(../images/shuffleoff.gif);
			background-repeat: no-repeat;
			background-position: left top;
			float: left;
		}
		#shuffle-off a:hover {
			height: 8px;
			font-size: 0px;
			width: 300px;
			margin: 0px auto 0;
			background-image: url(../images/shuffleoff2.gif);
			background-repeat: no-repeat;
			background-position: left top;
			float: left;
		}
		#shuffle-on {
			height: 8px;
			font-size: 0px;
			width: 300px;
			margin: 0px auto 0;
			background-image: url(../images/shuffleon.gif);
			background-repeat: no-repeat;
			background-position: left top;
			float: left;
		}
		#shuffle-on a {
			height: 8px;
			font-size: 0px;
			width: 300px;
			margin: 0px auto 0;
			background-image: url(../images/shuffleon.gif);
			background-repeat: no-repeat;
			background-position: left top;
			float: left;
		}
		#shuffle-on a:hover {
			height: 8px;
			font-size: 0px;
			width: 300px;
			margin: 0px auto 0;
			background-image: url(../images/shuffleon2.gif);
			background-repeat: no-repeat;
			background-position: left top;
			float: left;
		}
#bottom {
	font-size: 10px;
	margin: 30px auto auto;
	padding: 0px;
	float: left;
	width: 997px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
}

