html *
{
     margin: 0;
     padding: 0;
}

body
{
     font-family: Arial, sans serif;
     font-size: 62.5%;
     font-weight: bold;
     background-color: #fff;
}

a
{
     text-decoration: none;
}

a.button
{
     display: block;
     margin: 0 auto;
     background: transparent url(images/splash-button.jpg) 0 0 no-repeat;
     width: 368px;
     height: 73px;
}

a.button span
{
     display: none;
}

h1
{
     margin: 15px auto;
     color: #f74503;
     font-size: 3.0em;
}

img.old-site
{
     margin-right: 10px;
}

p
{
     padding: 0 25px;
     font-size: 1.4em;
}

#container
{
     margin: 0 auto;
     text-align: center;
     width: 100%;
}

#content
{
     margin: 0 auto;
     text-align: center;
     width: 800px;
}

#graphics
{
     margin: 25px auto;
     width: 800px;
}

#header
{
     background-color: #aac43d;
     height: 48px;
}
