body {padding:0px;margin:0px;}
#top_bar
   {
   background-color:slateblue;
   position:fixed;
   *>#intro {position: fixed}
   left:0%;
   top:0%;
   height:20px;
   width:100%;
   
   }
#header 
   {
   background:white;
   width:100%;
   padding:4px;
  }
 #wrap
   {
   width:1000px;
   margin:0 auto;
   } 
  
#footer
   {
   position:fixed;
   *>#intro {position: fixed}
   left:0%;
   bottom:0%;
   height:30px;
   width:100%;
   background-color:black;
   color:white;
   font-size:10px;
   line-height:30px;
   
   }
#menu_h
   {
   background:white;
   height:30px;
   margin:0 auto;
   width:1000px;
   border:1px solid black;
   }
#center_box
   {
   margin:0 auto;
   width:1000px;
   height:620px;
   
   background:white;

   } 
.menu_but
   {
   margin-left:40px;
   color:blue;
   font-variant:small-caps;
   line-height:30px;
   background:url("But_BG.png");
   text-align:center;
   width:200px;
   height:30px;
   display:block;
   float:left;
   }   
.top_link
   {
   background-color:#eeeeee;
   padding:6px;
   margin-left:10px;
   text-decoration:none;font-variant:small-caps;font-size:12px;
   }

.top_link:hover {background-color:blue;color:white;}  
