body {
background: #333333 url('../images/background.jpg') top center no-repeat fixed;
font-family: Arial, Helvetica, sans-serif;
}

/* Header */

#header {
width: 940px;
margin: 0 auto;
margin-top: 20px;
}

/* Player */

#player {
background-color: #000;
width: 220px;
height: 60px;
float: right;
}

/* Title */

#title {
width: 700px;
height: 30px;
background: transparent url('../images/header.png');
}
   
#title span {
display: none;
}

/* Navigation */

#navcontainer ul {
padding-left: 0;
margin-left: 0;
background-color: #900;
color: #FFF;
float: left;
width: 700px;
height: 30px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
padding-top: 9px;
text-align: center;
background-color: #900;
color: #FFF;
text-decoration: none;
float: left;
width: 100px;
height: 21px;
margin-right: 20px;
font-size: 75%;
text-transform: uppercase;
}

#navcontainer ul li a.navRight {
margin-right: 0px;
}

#navcontainer ul li a:hover {
background-color: #000;
}

/* Content */

#content {
clear: both;
width: 890px;
margin: 50px auto 20px auto;
background-color: #FFF;
padding: 25px;
}

#content h2 {
color: #CCC;
font-size: 150%;
margin-bottom: 20px;
}

#content p {
font-size: 90%;
color: #000;
line-height: 150%;
letter-spacing: 1px;
margin-bottom: 20px;
text-align: justify;
}

#content p a {
color: #900;
}

#content p a:hover {
color: #999;	
}

/* Coming Soon */

#soon {
height: 400px;
}

/* Mission */

#xbBand {
float: right;
margin-top: 5px;
margin-left: 40px;
margin-bottom: 30px;
}

/* Band */

#tbBand {
width: 874px;
margin: 0 auto;
margin-bottom: 20px;
}

#tbBand img {
width: 150px;
height: 225px;
margin: 10px;
}

#tbBand td {
font-size: 90%;
font-weight: bold;
text-align: center;
line-height: 150%;
line-spacing: 1px;
vertical-align: top;
color: #000;
}

#tbBand td .job {
font-size: 80%;
font-weight: normal;
font-style: italic;
color: #900;
}

/* Booking */

#divTour {
width: 690px;
height: 350px;
margin: 0 auto;
border: 1px solid #ccc;
}

/* Social */

#social {
width: 940px;
margin: 0 auto;
}

a.facebook {
display: block;
width: 220px;
height: 93px;
text-decoration: none;
background: url("../images/facebook.png");
float: left;
}

a.facebook:hover {
background-position: 0 -93px;
}

a.myspace {
display: block;
width: 220px;
height: 93px;
text-decoration: none;
background: url("../images/myspace.png");
float: left;
margin-left: 20px;
}

a.myspace:hover {
background-position: 0 -93px;
}

a.twitter {
display: block;
width: 220px;
height: 93px;
text-decoration: none;
background: url("../images/twitter.png");
float: left;
margin-left: 20px;
}

a.twitter:hover {
background-position: 0 -93px;
}

a.youtube {
display: block;
width: 220px;
height: 93px;
text-decoration: none;
background: url("../images/youtube.png");
float: left;
margin-left: 20px;
}

a.youtube:hover {
background-position: 0 -93px;
}

.displace {
position: absolute;
left: -5000px;
}

.clear {
clear: both;
}

/* Footer */

#footer {
width: 940px;
margin: 15px auto 30px auto;
text-align: center;
color: #FFF;
font-size: 60%;
letter-spacing: 1px;
}

#footer a.link {
color: #900;
}

#footer a.link:hover {
color: #FFF;
}
