  body {
  	text-align: center;
  	color: #8c2016;
  	font-size: 19px;
  	font-family: "Century Gothic", corbel, "Lucida Grande", Verdana, Arial, sans-serif;
  	background-color: #f2cd88;
  	line-height: 25px;
  }

h1 {
  	background-image: url(images/logo.png);
  	height: 565px;
  	width: 600px;
  	display: block;
  	margin-top: 30px;
  	margin-right: auto;
  	margin-left: auto;
  	text-indent: -99999px;
  }
 
 #links{
 margin-top: 20px;
 }
#links a{
margin: 0 3px 0 3px;

}
#links a:hover{
position: relative;
padding-bottom: 3px;
bottom: 3px;
}