html { 
  background: url(images/13.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body
{
	text-align:center;
	margin:0px;
	display:block;
	
	
}


	

#button {
padding: 30px;
margin-left: 490px;
border-radius: 5px 30px 45px 60px;
margin-left:460px;

}

#button li {
display: inline;
border-radius: 5px 30px 45px 60px;
}


#button li a {
font-family: Arial;
font-size:11px;
text-decoration: none;
float:left;
padding: 10px;
background-color: #990000;
color: #fff;
border-radius: 5px 30px 45px 60px;
}

#button li a:hover {
background-color: #cc0000;
margin-top:-2px;
padding-bottom:22px;
border-radius: 5px 30px 45px 60px;
}

.logo
{
margin-top:10px;
}


