body {
    margin: 0 0 0 0;
    background: #000;
    font-family: Tahoma, Verdana, Arial, serif;
    font-size: 12px;
    color: #ffffcc;
}

A {
   font-family: Comic Sans MS;
   font-size: 30px;
   font-weight: bold;
   color: #ffcc00;
   text-decoration: none;
}

A:hover {
   text-decoration: underline;
}


.clear {
    clear: both;
}

img {
    border: 1px solid #ffcc00;
}

img:hover {
    border: 1px solid #ffcc00;
    padding: 2px;
}


#header {
    width: 978px;
    height: 250px;
    font-family: Comic Sans MS;
    font-size: 20px;
    margin: 0 auto;
    background: url("images/logo.jpg") left top no-repeat;
}


#data {
    width: 978px;
    margin: 0 auto;
    background: #680079;

}

#desc {
    font-family: Comic Sans MS;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    background: #680079;
}


#thumbs {
      background: #680079;
      text-align: center;
}

#thumbs img {
      margin: 8px;
}

#thumb_col1 {
      float: left;
      background: #680079;
      padding-left: 15px;
}

#thumb_main {
      float: left;
      width: 560px;
      background: #680079;
      padding: 20px;
      text-align: center;    
}

#video_col {
      float: left;
      background: #680079;
      padding: 20px;
      text-align: center;    
}

#thumb_col2 {
      float: left;
      background: #680079;
      padding-left: 3px;
}

#down {
    width: 978px;
    height: 100px;
    text-align: center;
    background: #680079;
}

#copy {
    width: 978px;
    height: 40px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 13px;
    border-top: 1px solid #ffc000;
    text-align: center;
}
