/* CSS Document */

body {
  margin: 0px;
  background: url('images/top-bg.jpg') repeat-x top #000000;
  font-family: Verdana;  
  }

a,a:visited {
  color: #E10A41;
  }
  
a:hover {
  color: #ffffff;
  }

h2 {
  font-family: Arial;
  font-size: 14pt;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  color: #ffffff;
  }

.big {
  font-family: Arial;
  font-size: 14pt;  
  }

.tags {
  color: #666666;
  }

#wrap {
  width: 960px;
  margin: 0 auto; 
  text-align: left;
 }


#footer {
  font-size: 8pt;
  color: #ffffff;
  text-align: center;
  }

.linkexchange ul {
  margin: 5px;
  padding: 0px;
  border-top: 1px solid #2E2E2E;
  text-align: center;
  }
  
.linkexchange li {
  list-style: none;
  display: inline;
  margin: 0px;
  padding: 3px;
  font-size: 8pt;
  text-align: center;
  color: #ffffff;
  }

.logo {
  margin-top: 10px;
  margin-bottom: 30px;
  }

.topbanner {
  position: absolute;
  margin-left: 70px;
  margin-top: 7px;
  border: 1px solid #2E2E2E;
  }

.pages ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  }
  
.pages li {
  list-style: none;
  display: inline;
  margin: 0px;
  padding: 0px;
  font-size: 14pt;
  text-align: center;
  color: #ffffff;
  }

.pages li a.current{
  color: #ffffff;
  }

div.thumbwrap {
    border-bottom: 1px solid #2E2E2E;
    height: 290px;
    margin-bottom: 10px;
    }

div.desc {
  float: right;
  width: 550px;
  font-size: 8pt;
  color: #ffffff;

  }

.thumb {
    position: absolute;
    margin-left: 32px;
    margin-top: 32px;
    width: 313px;
    height: 225px;
    z-index: 1;
    border: 1px solid #666666;
    }

.tape {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    width: 380px;
    height: 285px;
    z-index: 2;
    }    
  
.play {
    position: absolute;
    margin-left: 135px;
    margin-top: 110px;
    width: 90px;
    height: 70px;
    z-index: 3;
    }