body {
	background-image: url("img/bgstrip.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #9B9B9B;
	margin: 0px;
	padding: 0; 
	/*overflow:hidden;*/
	
}

body, td {
	font: normal 0.6em/1.2em tahoma, sans-serif; 
}

input, textarea {
	font: normal 1em/1.5em tahoma, sans-serif; 
}

a {
	text-decoration:underline;
	font-weight:bold;
	color: #666666;
}

a:hover {
	text-decoration:underline;
}

#titleBar {
	background-image: url("img/titlebg.jpg");
	/*position:absolute;*/
	top:8px;
	height:84px;
	width:727px;
	margin: 0 auto;
	background-repeat: no-repeat;
	position:relative;
	z-index:100;
}

#singlePanel {
	position:relative;
	background-image: url("img/singlepanelbg2.jpg");
	top:0px;
	height:501px;
	width:727px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#singlePanelTitle{
	position:relative;
	top:12px;
	left:20px;

}

#contentWindow {
	position:absolute;
	top:35px;
	width:691px;
	height:457px;
	left:17px;
	overflow:auto;
	text-align:justify;
	
}

#topPanel {
	position:relative;
	background-image: url("img/toppanelbg.jpg");
	top:0px;
	height:192px;
	width:727px;
	margin: 0 auto;
	background-repeat: no-repeat;
	z-index:50;
}

#bottomPanel {
	position:relative;
	background-image: url("img/btmpanel3bg.jpg");
	top:0px;
	height:308px;
	width:727px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#guitar {
	position:relative;
	top:16px;
	left:612px;
	background-image: url("img/guitar2.jpg");
	width:165px;
	height:326px;
	background-repeat: no-repeat;
}


#mugshot {
	position:relative;
	top:11px;
	left:11px;
	background-image: url("img/mugshot.jpg");
	width:151px;
	height:171px;
	background-repeat: no-repeat;
}

#topContentWindow {
	position:absolute;
	top:15px;
	width:535px;
	height:160px;
	left:170px;
	overflow:auto;
	z-index:50;
	text-align:justify;
}

#updatesContentWindow {
	position:absolute;
	top:35px;
	/*width:610px;*/
	width:142px;
	height:260px;
	left:15px;
	overflow:auto;
	
	/*border: 1px solid black;*/
}


#bottomContentWindow {
	position:absolute;
	top:32px;
	/*width:610px;*/
	width:480px;
	height:280px;
	left:190px;
	overflow:auto;
	
}

#logo {
	position:absolute;
	top:19px;
	right:19px;
	background-image: url("img/kmtitle.jpg");
	background-repeat: no-repeat;
	width:150px;
	height:28px;
}

#player {
	position:absolute;
	top:45px;
	left:21px; 
	width:300px;
	height:23px;
	overflow:hidden;
	z-index:400;
	
}

#playerMask {
	position:absolute;
	top:45px;
	left:21px;
	width:300px;
	height:250px;
	overflow:hidden;
	background-color:blue;
	z-index:399;
}


#menu {
	position:relative;
	right:19px;
	top:47px;
	text-align:right;
	border:0px solid black;
	z-index:100;
}

a.menu-home {
	margin:0;
	padding: 0;
	display:block;
	width:40px;
	height:21px;
	background: url("img/homebtn.jpg") 0 0 no-repeat;
}

a:hover.menu-home {
    background-position: -40px 0;
} 


#site {
	width:820px;
	height:620px;
	margin: 0 auto;
	border: 0px solid black;
	background-image: url("img/dummy.png");
	background-repeat: no-repeat;
	background-position: -120px 0px;
}

#credits {
	color: white;
	font: normal 0.9em/1.2em tahoma, sans-serif; 
	position:relative;
	left:14px;
	top:-6px;
	z-index:10;
}

#credits a:link, #credits a:visited {
	color: white;
	text-decoration:none;
}

#credits a:hover {
	color: #dddddd;
	text-decoration:underline;
}


#copyright {
	padding: 10px;
	color:  grey;
	font: normal 0.9em/1.2em tahoma, sans-serif; 
}
