*  
{
    margin: 0; 
    padding: 0;
    border: none;
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    color: #333333;
}

body
{
    background-color: #666666;
}

#page
{
    background-color: #ffffff;
    width: 900px;
    margin: 0 auto;
    padding: 30px 30px 10px 30px;
}

h1
{
    background-image: url('fox.gif');
    background-position: top left;
    background-repeat: no-repeat;
    height: 68px;
    text-indent: -9999em;
    margin-bottom: 20px;
    border-bottom: dotted 1px #000000;
    padding-bottom: 10px;
}

h2
{
    font-size: 90%;
    font-weight: bold;
}

p
{
    margin-bottom: 10px;
    font-size: 75%;
    line-height: 140%;
}

div#footer
{
    border-top: dotted 1px #000000;
    padding-top: 10px;
    margin-top: 20px;
}

div#footer p
{
    text-align: center;
    margin-bottom: 0;
}

img.twitter
{ 
    float: right;
    padding: 0 0 10px 25px;
}