body{
  margin: 0;
  padding: 0;
  background-color: #3E3E3E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}
a, object{
  outline: 0;
}
.page{
  width: 987px;
  margin: 0 auto;
}

.shadow_top{
  background: url(../images/shadow_top.jpg) no-repeat;
  width: 987px;
  height: 8px;
  float: left;
}
.shadow_left{
  background: url(../images/shadow_left.jpg) no-repeat;
  width: 17px;
  height: 775px;
  float: left;
}
.flash{
  width: 953px;
  height: 775px;
  float: left;
}
.shadow_right{
  background: url(../images/shadow_right.jpg) no-repeat;
  width: 17px;
  height: 775px;
  float: left;
}
.shadow_bottom{
  background: url(../images/shadow_bottom.jpg) no-repeat;
  width: 987px;
  height: 17px;
  clear: left;
}
.footer{
  margin: auto 0;
  height: 25px;
  text-align: center;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover{
  text-decoration: underline;
  color: #cc6600;
}



