@charset "utf-8";
/* CSS Document */

html,body
{
width: 100%;
margin:0;
padding:0;
height:100%;
}

.splash
{
background-image: url(../gfx/splash.png);
background-repeat: no-repeat;
margin: 0 auto;
position: relative;
width: 891px;
height: 405px;
top: 150px;
}

.content
{
position: relative;
left: 600px;
top: 175px;
width: 262px;
height: 203px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2d2d2d;
}

a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #333333;
width: 100%;
height: 100%;
font-weight: bold;
text-decoration: none;
border: none;
}

a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #3a3a3a;
width: 100%;
height: 100%;
font-weight: bold;
text-decoration: none;
border: none;
}