﻿BODY
{
    background-color:#FFFFFF;
    margin:0px;
    text-align:center;
}

/*We repeat the BODY tag so we can use a Mozilla fix for aligning centre*/
BODY
{
    background-color:#FFFFFF;
    margin:0px;
    text-align:-moz-center;
}

#mast
{
    margin-top:25px;
    width:850px;
    height:135px;
    background:url(../images/comingsoon/mast.jpg) top center no-repeat;
}

#mainbackground
{
    width:850px;
    height:366px;
    background:url(../images/comingsoon/mainbackground.jpg) top center no-repeat;
}

#contentcontainer
{
    position:relative;
    float:right;
    top:89px;
    width:578px;
    text-align:left;
}

#content
{
    width:510px;
    height:20px;
}

#footer
{
    margin-bottom:25px;
    width:850px;
    height:210px;
    background:url(../images/comingsoon/footer.jpg) top center no-repeat;
}

#contact
{
    float:left;
    width:200px;
    margin-top:50px;
    margin-left:40px;
}

#copyright
{
    float:right;
    width:185px;
    margin-top:102px;
    margin-left:40px;
}

#logos
{
    margin-top:35px;
    width:840px;
    height:45px;
}

#logoimage
{
    margin-right:120px;
}