body{
 margin: 0;
 padding: 0;
 background: #fff;
 text-align: center;
 font-family: verdana;
}

.center{
 align: center;
 padding-top: 30px;
}

.logo{
 margin-top: 70px;
 margin-bottom: 20px;
}

a{
text-decoration:none;
background-color:inherit;
color:#fff;
}

a:hover{
text-decoration:underline;
}
.startPageBtn{
 width:230px;
 height:80px;
 margin: auto;
}

.startPageBtn a{
 display:block;
 background-image:url(../img/button.gif);
 background-repeat:no-repeat;
 background-position:left top;
 padding:23px 60px 33px 50px;
 font-size:20px;
 font-weight:bold;
 text-decoration:none;
}
.startPageBtn a:hover{
 display:block;
 background-image:url(../img/button1.gif);
 background-repeat:no-repeat;
 background-position:left top;
 padding:23px 60px 33px 50px;
 font-size:20px;
 font-weight:bold;
 text-decoration:none;
}


.startPageBtn1{
 width:230px;
 height:80px;
 margin: auto;
}

.startPageBtn1 a{
 display:block;
 background-image:url(../img/button.gif);
 background-repeat:no-repeat;
 background-position:left top;
 padding:23px 60px 33px 20px;
 font-size:20px;
 font-weight:bold;
 text-decoration:none;
}
.startPageBtn1 a:hover{
 display:block;
 background-image:url(../img/button1.gif);
 background-repeat:no-repeat;
 background-position:left top;
 padding:23px 60px 33px 20px;
 font-size:20px;
 font-weight:bold;
 text-decoration:none;
}
