@charset "UTF-8";
* {
	border: 0;
	padding: 0;
	text-decoration: none;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
	/*background-color: #596c88;
	background-image: url(../images/spider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;*/
}
#background_image {
    position:absolute; 
    z-index:1; 
    min-width:100%; 
    max-width: 120%;
    min-height:100%;
    max-height: 200%;
}
#container {
    position: absolute;
    z-index:2;
    width:100%; 
    height:100%;
}
#top {
	height: 110px;
}
#logo {
	height: 90px;
	width: 200px;
	float: left;
}
#nav {
	height: 90px;
	float: left;
	width: 600px;
}
#nav1 {
	height: 30px;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	color: #00cc66;
	float: left;
}
#nav1 ul {
	list-style-type: none;
	float: right;
}
#nav1 li {
	display: inline;
	line-height: 30px;
	text-align: center;
	padding-left: 30px;
}#nav1 a {
	color: #00cc66;
}
#nav1 a:hover {
	color: #adcfff;
}
#nav2 {
	height: 60px;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: center;
	text-align:center
}
#nav2 ul {
	list-style-type: none;
}
#nav2 li {
	display: inline;
	line-height: 60px;
	text-align: center;
	padding-left: 30px;
}
#nav2 a {
	color: #FFFFFF;
}
#nav2 a:hover {
	color: #004fdd;
}
#lower {
	float: left;
}
#player {
	float: left;
	width: 200px;
}
#player p {
	font-size: 9px;
	color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 15px;
}
#scroller {
    overflow: auto;
    position: absolute;
    top: 110px;
    left: 200px;
    right: 0px;
    bottom: 0px;
}
#content {
	float: left;
	width: 600px;
}
#content h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
#content h2 {
	font-size: 12px;
	font-variant: small-caps;
	color: #00cc66; /*#FFD700;*/
}
#content form {
	float: left;
	display: block;
}
#content p {
	font-size: 11px;
	color:#FFFFFF;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 15px;
}
#content a {
	color: #FFD700;
}
#content table { 
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
#shows {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#current {
	width: 600px;
	float:left;
}
#past {
	width: 600px;
	float:left;
}
.promo {
	width: 210px;
	float: left;
}
.description {
	width: 390px;
	float: left;
}
#songlist {
	font-size: 10px;
	color:#FFFFFF;
	line-height: 15px;
}
#songlist a {
	color: #FFFFFF;
}
.bandpic {
	background-color:#EFEFEF;
	border:1px solid #EEEEEE;
	padding:5px;
}
.thumb {
	float: left;
	margin: 3px;
	background-color:#EFEFEF;
	border:1px solid #EEEEEE;
	padding:1px;
}
.review {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.home {
	background-color: #5f6e83;
	background-image: url(../images/home_background.jpg);
}
.poster {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
td {
	vertical-align: top;
	text-align: left;
	align: left;
}
.news {
	margin-right: 300px;
}
.selected {
	color: #a71d0e;
}
form {
	color: #FFFFFF;
	font-size: 11px;
/*
	text-transform: lowercase;
*/
}
.clear {
	clear:both;
}
.placeholder {
	font-size: 1px;
	color: #0066CC;
}	
	


