body {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:  url(images/space_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	scrollbar-track-color: #000000;
	scrollbar-3dlight-color: #12182E;
	scrollbar-arrow-color: #12182E;
	scrollbar-face-color: #0A0D16;
	scrollbar-shadow-color: #12182E;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #12182E;
	color: #A1BFD5;
	
}

.table_center {margin-left:auto; margin-right:auto;}

.maindiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 202px;
	margin-top: -101px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	}
	
.maindiv2 {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 426px;
	margin-top: -213px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	}

a {
	text-decoration:none;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}

a.small {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #9BAE30;
	font-style: italic;
	line-height: 8px;
}
a.small:visited {
	color:#E0DFAC;
	text-decoration:none;
}
a.small:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.img_1px {
	border: 1px solid #FFFFFF;
	margin: 3px 5px 2px 0px; 
	padding: 0px;
}
.head1 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	font-style: italic;
}

.head2 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}

#hometext {
	width: 520px;
	overflow: auto;
	height: 305px;
}

#lyrics {
	width: 525px;
	overflow: auto;
	height: 350px;
}

#shows {
	width: 575px;
	overflow: auto;
	height: 200px;
}

.cell_bg_news {
	background-image:  url(images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cell_bg_home {
	background-image:  url(images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cell_bg_artists {
	background-image:  url(images/artists_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cell_bg_gigs {
	background-image:  url(images/gigs_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cell_bg_press {
	background-image:  url(images/press_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cell_bg_merch {
	background-image:  url(images/merch_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cell_bg_contact {
	background-image:  url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cell_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

.transbox{
  width: 500px;
  background-color: #000000;
    /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  }
  
.transbox p {
  font-family: Courier, "Courier New", "Times New Roman";
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
  }


.cell_border {
	border: 1px dotted #999999;
}
.credits {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 14px;
}
.main_table {
	border-top: 1px solid #95CBE9;
	border-bottom: 1px solid #95CBE9;
	background-color: #000000;
}
.td_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.sub_table {
	border: 1px solid #000000;
}
.td_topbottom {
	border-top: 1px solid #95CBE9;
	border-bottom: 1px solid #95CBE9;
}

.td_padding {
	padding: 6px 10px
}
