BODY {
   background:url(background.jpg);
   text-align:center;
}
.page {
   width:800px;
}
.header {
   background:url(800copy.jpg) no-repeat;
   text-align:left;
   height:200px;
}
.navbar {
   z-index:1;
   border-left:1px solid #9E9EA1;
   border-right:1px solid #9E9EA1;
   height:20px;
}
.navbutton {
   z-index:2;
   background:url(button.jpg) no-repeat;
   width:133px;height:20px;
   text-align:center;
   color:#FFB3BD;
   float:left;
}
.drop {
   width:133;
   z-index:3;
   float:left;
   background-color:#8687D7;
   display:none;
   position:absolute;
   margin-left:-66px;
   margin-top:1px;
}
.navclick {
   width:133px;
   cursor:hand;
}
A.navlink:link {
   color: #FFB3BD;
   text-decoration:none;
}
A.navlink:visited {
   color: #FFB3BD;
   text-decoration:none;
}
A.navlink:hover {
   color: #FFFFFF;
   text-decoration:none;
}
.main {
   background-color:FFFFFF;
   border-left:1px solid #9E9EA1;
   border-right:1px solid #9E9EA1;
   text-align:left;
}
.footer {
   background:url(800copybottom.jpg) no-repeat;
   width:800px;
   height:110px;
   text-align:left;
}