@charset "utf-8";
/* CSS Document */

body {
	background-color: #111111;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Courier New", Courier, monospace;
	color:#000;
}

#header { 
    height:383px;
    width:100%;
    background:url(../images/head_back.gif) repeat-x;
}

#videocontainer {
	z-index: 3;
}

#videoclick {
}

#preorder {
	margin-top:-130px;
	margin-right:630px;
}

#nowplaying {
   margin-top:-330px;
   margin-left: -570px;
   width:170px;
}

#nowplaying select{
   background: transparent;	
   color: white;
   width: 170px;
   font-family:"Courier New", Courier, monospace;
}

html #nowplaying{
   background: #000;
}

html #nowplaying select{
   background: transparent;
   color:#B5D824;
}


#content {
   width:753px;
}

#news {
   float:left;
   width:400px;
   margin-right:23px;
   margin-top: -70px;
   background:url(../images/pixel_back.png) repeat;
}

#tours {
	float:left;
	width:400px;
	margin-right:23px;
	margin-top: 20px;
	padding-bottom: 10px;
    background:url(../images/pixel_back.png) repeat;
}

#sendtofriend {
	float:left;
	width:330px;
    margin-top: 13px;
	background:url(../images/pixel_back.png) repeat;
}

#tellafriend {
	float:left;
	width:330px;
    margin-top: 30px;
	background:url(../images/pixel_back.png) repeat;
}


#extras {
   float:left;
   width:330px;
   margin-top: 10px;
}

#tracklist {
   float:left;
   width:330px;
   margin-top: -14px;
}

#bio {
   float:left;
   width:330px;
   margin-top: 10px;
}

#about {
   float:left;
   width:330px;
   margin-top: 10px;
}

#tickets {
   float:left;
   width:330px;
   margin-top:15px;
}

#prebox {
   float:left;
   width:330px;
   margin-top:5px;
}

#store {
   float:left;
   width:400px;
   margin-top: 15px;
   margin-right: 23px;
}

#twitter {
   float:left;
   width:330px;
   margin-top: 0px;
}

#photos {
   float:left;
   width:330px;
   margin-top: -395px;
}

#footer {
   float:left;
   width:753px;
   margin-top: 35px;
}

#background {
   height:100%;
   left:0;
   position:fixed;
   top:0;
   width:100%;
   z-index:-111;
}

#headingTitle {
   float:left;
   margin: 10px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:22px;
}

.vscrollerbar {
background-image: url(../images/scrollbar.png);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 150px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
background-image: url(../images/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

/* Scroll Bar Master Styling Starts Here */
* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/scrollbar.png');
background-image: none;
}
/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; }
.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 4;
}
/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
/* Scroll Bar Master Styling Ends Here */


#wrap {
   float:left;
   margin: 10px;
   text-align:left;
}

