body{
  width: 750px; 
  margin: 0 auto;
  background-color: #cdcdcd;
}

.h{
  font-size: 40px;
  font-weight: bold;
}

.buttonlink{
  width: 250px;
  height: 110px;
  background: url("images/startbutton.png") top left no-repeat;
  font-family: Times New Roman, serif;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 70px 0;
  margin-top: 100px;
}

.buttonlink:hover{
  background-position: center center;
}

.buttonlink:active{
  background-position: bottom left;
}
