@charset "utf-8";
/* CSS Document */

div#gradient-top{
  background:url(../../images/top-gradient.gif);
  background-repeat:repeat-x;
  width:100%;
  height:115px;
  position:absolute;
  top:-10px;
  left:0px;
  margin:0px;
  z-index:2;
}

div#gradient-bottom{
  background:url(../../images/bottom-gradient.gif);
  background-repeat:repeat-x;
  width:100%;
  height:550px;
  position:absolute;
  bottom:0px;
  left:0px;
  margin:0px;
  z-index:1;
}

