   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;

   }
   
   #topstrip {
      margin: 0 auto;
      text-align: center;
      height: 170px;
      width: 100%;
      background: #01514B;
   }
   #strip {
      margin: 0 auto;
      text-align: center;
      height: 250px;
      width: 100%;
      background: #FFF url(bg.gif);
   }
      #titlestrip {
         margin: 0 auto;
         text-align: center;
         height: 60px;
         width: 100%;
         background: #FFF;
   }
   
         #flagstrip {
            margin: 0 auto;
            text-align: center;
            height: 50px;
            width: 100%;
            background: #FFF;
   }
         #copystrip {
            margin: 0 auto;
            text-align: center;
            height: 30px;
            width: 100%;
            background: #FFF;
            font: normal 0.6em Verdana, Tahoma,sans-serif;
	    font-weight: normal;
	    color: #DECDB3;
   }
   	#copystrip a {
   	    color: #DECDB3;
   	    text-decoration: none;
   }
      	#copystrip a:hover {
      	    color: #DECDB3;
      	    text-decoration: underline;
   }
         #copystrip a:visited {
            color: #DECDB3;
   }
   
            #announce {
               margin: 0 auto;
               text-align: center;
               height: 30px;
               width: 100%;
               background: #FFF;
               font: normal 0.6em Verdana, Tahoma,sans-serif;
   	    font-weight: normal;
   	    color: #999999;
   }
               #announcebody {
                  margin: 0 auto;
                  text-align: center;
                  width: 100%;
                  background: #FFF;
                  font: normal 0.6em Verdana, Tahoma,sans-serif;
      	    font-weight: normal;
      	    color: #999999;
   }
   
               #announcebody a {
      	    color: #999999;
      	    text-decoration: none;
   }
   
               #announcebody a:hover {
            color: #666;
            text-decoration: underline;
   }