body {
      overflow: auto;
      margin: 0px;
      padding: 0px;
      height: 100%;
	  border: 0;
      background-color: rgb(240, 214,177);
     }

#menu {
       height: 70%;
       width: 95%;
       text-align: center;
      }

#bottom {
		text-align: center;
		font: 12px Verdana, sans-serif;
		}	  
	  
#bottom a:link , a:visited, a:focus, a:active {
		font-weight:bold; 
		color:#888888; 
		text-decoration:none;
        }

#bottom a:hover { 
	font-weight:bold; 
	color:#000000; 
	text-decoration:none; 
}