@charset "utf-8";
/* CSS Document */

#wrapper{
  position: absolute;
  padding-left: 5px;
  padding-right: 5px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  /*background-image:url(img/wrapper.png);*/
  /*background-repeat: repeat-y;*/

}
#footer{
  background-color:#000000;
  /*float: left;*/
  width: 800px;
  /*height: 100%;*/
  text-align: right;
  color:#666666;
  margin-left: 0px;
  /*margin-top: 20px;*/
}
#flashcontent{
  background-color:#000000;
  width:800px; 
  height: 700px;
}
#tbdetail{
  background-color:#000000;
  width:800px; 
  height: 700px;
}
.imgboxwrapper{
  background-color:#000000;
  padding-left: 80px;
  margin-top:  50px;
  float: left;
}
.imgbox{
  background-color:#000000;
  margin-left: 10px;
  margin-top:  10px;
  padding-left: 5px;
  padding-top: 20px;
  float: left;
  /*
  border-width: 0.5px;
  border-color:#FFFFFF;
  border-style: solid;
  */
}
.imgbox a:visited{
  color:#FFFFFF;
}
.imgbox a:hover{
  color:#FFCCCC;
}
.imgbox a:link{
  color:#FFFFFF;
}
.imgbox a:active{
  color:#FFCCCC;
}
.imgbox a img{
  text-decoration: none;
  border: none;
  border-style: none;
  border-width: 0px;
}
.imgbox a{
  text-decoration: none;
}


@media print {
  body { display: none !important; }
}



