div, table, td, tr, ul, li, form, label, input, h1, textarea, img, p, span, hr {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
a {
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-decoration: none;
}

body {
  background-image: url(./../img/background-flash.jpg);
  background-repeat: repeat-x;
  background-color: black;
  margin: 0px;
  border: 0px;
  padding: 0px;
  z-index: 0;
  font-family: verdana;
  font-size: 11px;
  color: white;
}

#outer-cont {
  width: 776px;
  margin: auto;
}
#flash-cont {
  height: 260px;
  margin-bottom: 1px;
  overflow: hidden;
}
#main-cont {
  position: relative;
  margin-bottom: 1px;
  background-image: url(./../img/gradient-main-top.gif);
  background-repeat: repeat-x;
}
#gradient-main-bottom {
  height: 50px;
  background-image: url(./../img/gradient-main-bottom.gif);
}
#footer-cont {
  height: 32px;
  padding-top: 18px;
  background-image: url(./../img/background-footer.gif);
  overflow: hidden;
  text-align: center;
  font-family: arial;
  font-size: 12px;
}
#footer-cont a{
  color: white;
}
.footer-point {
  position: relative;
  top: 2px;
  right: 4px;
}
.clear {
  clear: both;
}
#under-construction {
  width: 111px;
  height: 200px;
  margin: auto;
  margin-bottom: 150px;
  background-image: url(./../img/under.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

