/* --------------- overrides ------------------ */

a
{
    text-decoration:none;
    color:#FFFFFF;
}
    a:hover
    {
        text-decoration:none;
        color:#CCCCCC;
    }

img
{
    border:0px;
}
h1, h2, h3, h4, h5, h6
{
    visibility:hidden;
}

    
/* --------------- layout ------------------ */
body
{
    font-family:Trebuchet MS, Century Gothic, Arial, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    padding:0px;
    margin:0px;
    background-color:#000000;
}

    .container
    {
        position:absolute;
        width:1000px;
        height:600px;
        left:50%;
        top:50%;
        margin-left:-500px;
        margin-top:-300px;
    }
    
    .link2
    {
        position:relative;
        text-align:center;
    }
    
    
