/* CSS Document */
body{
     background-color:#222;
     color:#eee;
     margin:0;
     padding:0;
     font-family: Verdana, Arial, Helvetica, sans-serif;
    }

a{
  text-decoration:none;
  color:#eee;
  font-size:15px;
 }

a:hover{
        border-top:1px solid #eee;
        border-bottom:1px solid #eee;
       }

#overall{
         /*text-align:center;
         margin-top:40px; */
        }

#player{
        background-color:#333;
        background-image: url(./waves.gif);
        background-attachment:fixed;
        background-repeat:repeat-x;
        width:100%;
        height:758px;
        text-align:center;
        margin-top:20px;
        padding:20px 0 20px 0;
        border-top:2px solid #555;
        border-bottom:2px solid #555;
       }

#chapters{
          position:absolute;
          top:820px;
          left:375px;
          width:480px;
          line-height:40px;
         }

ul{
   margin:0;
   padding:0;
   list-style:none;
   float:left;
  }

li{
   margin: 5px 0px 5px 0px;line-height:15px;
  }

h1{
   font-size:22px;
   line-height:22px;
   margin:5px;
  }

table{
      margin: auto;
      width:800px;
     }

#logo{
      background-image:url(./NCspeed-Logo.jpg);
      height: 40px;
      width:344px;
     }

#footer{
        margin:10px auto;
        text-align:center;
        font-size:9px;
       }

h3{
   margin:0;
   padding:0;
   float:left;
  }

