/*** ALLG ***/

html{
  height:100%;
}

body{
  margin:0px;
  padding:0px;
  background-color:#34312c;
  text-align:center;
  height:100%;
}

/*** FLASHCONTENT ***/

#flashcontent{
  height:100%;
}

.noflash{
  width:911px;
  height:495px;
  margin:0px auto;
  background:url(../images/bg_noflash.jpg) no-repeat;
  margin-top:40px;
  text-align:left;
}

.noflash a{
  position:absolute;
  top:370px;
  margin-left:310px;
  width:208px;
  height:34px;
  display:block;
  text-decoration:none;
  background:url(../images/btn_getflash_normal.gif) no-repeat;
  
}

.noflash a:hover{
  background:url(../images/btn_getflash_over.gif) no-repeat;
}

.noflash a:active{
  background:url(../images/btn_getflash_klick.gif) no-repeat;
}

