body {
margin: 0;
padding: 0;
    scrollbar-3dlight-color: #D29760;
    scrollbar-highlight-color: #D29760;
    scrollbar-face-color: #F9A440;
    scrollbar-shadow-color: #CE7920;
    scrollbar-darkshadow-color: #CE7920;
    scrollbar-arrow-color: #E3E4FF;
    scrollbar-track-color: #FBB560;
    background-image:url(../images/backtop.jpg);
    background-repeat:repeat-x;
    background-color:#FBC98E;
    /*background-color:#AB3BFF;  */

}
#bottom {position: absolute;
            z-index:1;
            width: 1100px;
            height: 20px;
            top:780px;
            left: 20px;
            border: 0px solid red;
}
#popup{
  position: absolute;
  top: 330;
  left: 50%;
  margin: -150px 0 0 -150px;
  width: 300px;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 00px;
  z-index: 1000000;
  filter: alpha(opacity=100);
  opacity: .9;
  }
#popup .close{
  text-align: center;
  }
.pop {
text-align: center;
font-size: 24px;
font-weight: bold;
font-family : "Pristina" ;
color: gray;
}