body {
   margin: 0px;
   background-color:#003366;
   text-align: center;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
}

a {color: #6699CC;}

#frame {
   width: 860px;
   margin: auto;
   text-align: left;
}
#frame_top {
   width: 860px;
   height: 68px;
   background-image: url(img/designdeals_vc_r1_c1.jpg);
   background-repeat:no-repeat;
}

#frame_content {
   width: 800px;
   padding-left: 25px;
   padding-right: 40px;
   padding-bottom: 20px;
   background-image:url(img/designdeals_vc_r3_c1.jpg);
   background-repeat:repeat-y;
   text-align: left;
}

#frame_bottom {
   width: 860px;
   height: 38px;
   background-image:url(img/designdeals_vc_r4_c1.jpg);
   background-repeat:no-repeat;
}



#topmenu {
   position:relative;
   top: 4px;
   left: 500px;
   display: block;
   width: 300px;
   
   height: 30px;
}

#topmenu a {
   display: block;
   float: left;
   color: #fff;
   padding: 13px;
   text-decoration:none;
}

#topmenu a:hover {
   color: #FFFFCC;
}


