﻿body 
{
    font-family:Arial;
    font-size:11px;
    color:#666666;
}
*
{
    margin:0px;
    padding:0px;
}
.wrapper
{
    width:968px;
    margin:40px auto 0px;
}
.content
{
    width:968px;
    height:520px;
    background-image:url('/Images/splash/bg2.jpg');
    background-repeat:no-repeat;
    background-position:top center;
}

.links
{
    float:left;
    padding-left:726px;
    padding-top:375px;
}

.links h1
{
    font-weight:bold;
    font-size:12px;
    padding-bottom:16px;
    color:#666666;
}

.links a
{
    font-family:Arial;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
    color:#5d7f0e;
    
    display:block;
    margin-bottom:10px;
    margin-left:7px;
}

.links a img
{
    margin-right:16px;
}

.links a:hover
{
    font-weight:bold;
    text-decoration:none;
}

.footer
{
    margin-top:10px;
    margin-bottom:3px;
    margin-left:10px;
    margin-right:10px;
    width:948px;
    background:url('../Images/interface/line_content.gif') 0 0 repeat-x;
    text-align:right;
}