body {
		background: url(dark-wood-outer.jpg) no-repeat;
}
select {
    font-size: 26px;
    font-family: "Times New Roman", Times, sans-serif,serif;    
   
}
#top-menu {		
	width: 1024px;
	margin: 0 auto;
	height: 350px;
	background: url(pic_top.png) repeat-x left top;
	
}
a{
	
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;	
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 1px #999999;
}

a:hover {background-color: #3e8e41}

a:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666666;
  transform: translateY(4px);
}