body {
	margin: 0;
	background-color: #000000;
	font-family: tahoma;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
	}
.hidethatshit {
	display: none;
	}
.headline {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	}
#signup {
	text-align: center;
	}
#footer {
	font-size: .8em;
	}
img.shirts {
	border: none;
	display: inline;
	}
img {
	border: none;
	display: block;
	}
ul li.menuLi {
	display: inline;
	background: url(../img/listButton.gif) no-repeat;
	width: 60px;
	height: 22px;
	padding: 2px;
	}
#mainDiv {
	position: relative;
	background: url(../img/newCenterPic2.jpg) no-repeat;
	background-position: top center;
	height: 100%;
	min-height: 800px;
	text-align: center;
	width: 1015px;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	padding-top: 5px;
	text-align: right;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: 200px;
	height: 120px;
	width: 625px;
	background: url(../img/kblogo2.png) no-repeat;
	}
#mainPic {
	text-align: left;
	margin-left: 200px;
	margin-right: 200px;
	height: 40px;
	width: 625px;
	/* background: url(../img/frame.png) no-repeat; */

	}
#content {
	padding: 3px;
	width: 614px;
	min-height: 300px;
	background: url(../img/contentBG.png) repeat-x;
	margin-left: 200px;
	margin-right: 200px;
	text-align: left;
	border: 3px solid #000000;
	}
#contentMusic{
	padding: 3px;
	width: 614px;
	min-height: 300px;
	background: url(../img/contentBG.png) repeat-x;
	margin-left: 200px;
	margin-right: 200px;
	text-align: center;
	border: 3px solid #000000;
	}
a:link {
	outline: none;
	text-decoration: none;
	border: none;
	color: #ffff00;
	}
a:hover {
	color: #ff3300;
	}
a:visited {
	outline: none;
	text-decoration: none;
	border: none;
	color: #FF9933;
	}