@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; line-height: 0px; font-size: 0px;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
div.clearer { clear:both; }
:focus { outline: 0; }
a {	cursor: pointer; }

body
{
	background-color: #666;
	height: 100%;
	width: 100%;
	font-family: "Courier New", Courier, mono;
	color: #fff;
}

div#flashContainer
{
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
}

div#superContainer
{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}

div#flashAudioContainer
{
	
}

/*div#leftBorder
{
	position: absolute;
	z-index: 2;
	width: 62px;
	height: 100%;
	background-image: url(../images/borderL.png);
	background-repeat: repeat-y;
}

div#rightBorder
{
	position: absolute;
	right: 0;
	z-index: 3;
	width: 62px;
	height: 100%;
	background-image: url(../images/borderR.png);
	background-repeat: repeat-y;
}*/

div#player
{
	position: absolute;
	z-index: 3;
	width: 285px;
	height: 58px;
	padding-top: 315px;
	cursor: move;
	background-image: url(../images/koortwahLogo.png);
	background-position: center top;
	background-repeat: no-repeat;
}

div#player h1
{
	display: none;
}

div#player div#display
{
	font-size: 24px;
	line-height: 32px;
	height: 32px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: #000 0 0 8px;
	overflow: hidden;
}

div#player div.controls
{
	margin: 0px 0px 0px 96px;
}

div#player div.controls a
{
	display: block;
	text-indent: -99999em;
	background-image: url(../images/controls.png);
	position: relative;
	float: left;
	margin: 0px 4px;
}

div#player div.controls a#play
{
	width: 19px;
	height: 24px;
}

div#player div.controls a#rew, div#player div.controls a#ff
{
	width: 24px;
	height: 24px;
}

div#player div.controls a#ff
{
	background-position: -43px 0px;
}
div#player div.controls a#play
{
	background-position: -24px 0px;
}

div#mainContent
{
	position: absolute;
	left: 0px;
	z-index: 4;
	cursor: move;
	width: 200px;
	height: 373px;
}

div#mainContent div.bg
{
  position: absolute;
  z-index: 5;
  width: 400px;
	height: 373px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div#mainContent div.content
{
  position: absolute;
  z-index: 6;
  width: 400px;
	height: 373px;
}

div#mainContent div#nav
{
	/*background-color: rgba(0,0,0,0.5);*/
	width: 390px;
	margin: 0px auto;
	height: 34px;
	padding-right: 10px;
}

div#mainContent div#nav ul li 
{
	position: relative;
	float: left;
	padding: 0px 10px;
}

div#mainContent div#nav a
{
	position: relative;
	float: right;
	font-size: 11px;
	line-height: 26px;
	color: #7c7c7c;
	text-transform: uppercase;
	text-decoration: none;
}

div#mainContent div#nav a:hover, div#mainContent div#nav a.selected
{
	color: #fff;
}

div#mainContent div#nav ul li a
{
	font-size: 24px;
	line-height: 34px;
	color: #7c7c7c;
	text-transform: uppercase;
	text-decoration: none;
	float: none;
}

div#mainContent div#content
{
	padding: 0px 10px 10px 10px;
	/*background-color: rgba(0,0,0,0.5);*/
	width: 380px;
	margin: 0px auto;
	
}

div#mainContent div#content div.topBorder
{
	background-image: url(../images/dots.png);
	background-repeat: repeat-x;
	height: 12px;
	font-size: 0px;
	line-height: 0px;
}

div#mainContent div#content div.description
{
	font-size: 11px;
	line-height: 10px;
	height: 285px;
	overflow-y: auto;
}

div#mainContent div#content div.footer
{
	padding-top: 10px;
	height: 22px;
}

div#mainContent div#content div.footer a.ms
{
	text-indent: -99999em;
	display: block;
	position: relative;
	float: left;
	width: 91px;
	height: 23px;
	background-image: url(../images/myspace.png);
}

div#mainContent div#content div.footer a.ms:hover
{
	background-position: 0px -23px;
}

div#mainContent div#content div.footer div
{
	font-size: 11px;
	line-height: 10px;
	position: relative;
	float: right;
	text-align: right;
	color: #777;
	margin-top: 2px;
}

div#mainContent div#content div.footer div a
{
	color: #777;
	text-decoration: none;
	
}

div#mainContent div#content div.footer div a:hover
{
	color: #fff;
}

div#mainContent div#logo
{
	width: 488px;
	margin: 0px auto;
	padding: 5px 0px;
}
