.topleft a {
position: absolute; top: 5px; left: 5px;
display:block;
width: 300px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("images/toplefthover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.topleft a:hover {background-position: 0 -30px; color: #ffffff; }
.topleft a:active {background-position: 0 -60px; color:#ffffff; }

.topright a {
position: absolute; right: 5px; top: 5px;
display:block;
width: 300px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("images/bottomrighthover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.topright a:hover {background-position: 0 -30px; color: #ffffff; }
.topright a:active {background-position: 0 -60px; color:#ffffff; }

.topcenter a {
position: absolute;
width: 300px;
left: 50%;
top: 5px;
display:block;
margin-left: -150px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("images/centerhover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.topcenter a:hover {background-position: 0 -30px; color: #ffffff; }
.topcenter a:active {background-position: 0 -60px; color:#ffffff; }


.bottomright a {
position: absolute; right: 5px; bottom: 5px;
display:block;
width: 300px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("images/bottomrighthover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.bottomright a:hover {background-position: 0 -30px; color: #ffffff; }
.bottomright a:active {background-position: 0 -60px; color:#ffffff; }

.bottomleft a {
position: absolute; left: 5px; bottom: 5px;
display:block;
width: 300px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("images/toplefthover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.bottomleft a:hover {background-position: 0 -30px; color: #ffffff; }
.bottomleft a:active {background-position: 0 -60px; color:#ffffff; }

.bottomcenter a {
position: absolute;
width: 300px;
left: 50%;
bottom: 5px;
display:block;
margin-left: -150px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("images/centerhover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.bottomcenter a:hover {background-position: 0 -30px; color: #ffffff; }
.bottomcenter a:active {background-position: 0 -60px; color:#ffffff; }


body {
  background-image: url('images/logo.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  height:100%;
 }