@charset "utf-8";
/* CSS Document */


body  {
   margin:0px;
   background-color:#000000;
   background-image:url(../images/bg.jpg);
   background-position:top left;
   background-repeat:repeat-x;
}








#mainContainer
{
   width:780px;
   height:auto;
   margin:0 auto;
   clear:both;
   display:block;
}



#top  {

   width:780px;
   height:133px;
   background-image:url(../images/logoIntro.jpg);
   background-repeat:no-repeat;
   margin-top:15px;
}


#banner
{
  width:780px;
  height:auto;
  float:left;

}


#footer {
width:780px;
height:100px;
background-image:url(../images/footerbg.jpg);
background-repeat:repeat-x;
float:left;
font-family:"Monotype Corsiva";
font-size:19px;
color:#CCCCCC;


}

#footer a
{

font-family:"Monotype Corsiva";
font-size:19px;
color:#CCCCCC;
text-decoration:none;


}


#footer a:hover
{

font-family:"Monotype Corsiva";
font-size:19px;
color:#FFFFFF;
text-decoration:none;

}



#music
{
  width:50px;
  height:auto;
  padding-top:50px;
  float:right;
  
}


#links
{
   width:650px;
   height:auto;
   float:right;
   padding-right:10px;
   padding-top:15px;
   text-align:right;

}





#topLinks  {

   width:165px;
   height:auto;
   float:right;
   font-family:"Trebuchet MS";
   font-size:12px;
   color:#FFFFFF;
   padding-right:1px;
   padding-top:5px;
}


#topLinks 	a {

   font-family:"Trebuchet MS";
   font-size:12px;
   color:#FFFFFF;
   text-decoration:none;
 }
 
 
#topLinks 	a:hover {

   font-family:"Trebuchet MS";
   font-size:12px;
   color:#FFFFFF;
   text-decoration:underline;
 }


#buttonSkip {

   width:109px;
   height:49px;
   float:left;
   display:block;
   padding-left:8px;
   padding-top:10px;
}


