/* --------------- ovverides ------------------ */
a
{
    text-decoration:none;
    color:#FFFFFF;
}
    a:hover
    {
        text-decoration:underline;
    }

img
{
    border:0px;
}

/* --------------- custom ------------------ */

.clear
{
    clear:both;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

/* --------------- layout ------------------ */
body
{
    font-family:Trebuchet MS, Arial, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    padding:0px;
    margin:0px;
    background-color:#000000;
    background-image:url(layout_images/bg_body.jpg);
    background-position: top center;
    background-repeat:no-repeat;
}

.container
{
    position:absolute;
    width:860px;
    height:620px;
    left:50%;
    top:50%;
  margin-left:-430px;
    margin-top:-310px;
    background-image:url(layout_images/bg_homepage-trans.png);
}
    .containerInner
    {
        position:absolute;
        width:799px;
        height:599px;
        left:32px;
        top:10px;
        background-image:url('layout_images/bg_homepage.jpg'); 
    }

.buttons
{
    position:absolute;
    left:464px;
    top:252px;
}

.footer
{
    position:absolute;
    bottom:5px;
    right:35px;
}
    .footer a:hover
    {
        text-decoration:none;
        color:#000000;
    }

.badge
{
    position:absolute;
    right:50px;
    top: 30px;
    z-index:1;
}


