/*************************************************************************/
html{
    margin: 0;
    padding: 0;
}

body{
    color: #FFF;
    #background-image: url(../bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #1067a4;
}
#corpo{
    position:absolute;
    left: 50%;
    top:50%;
    margin-left: -388px;
    margin-top: -150px;
    display: none;
}
#poweredbydell{
    position:absolute;
    left: 100%;
    top:100%;
    margin-left: -320px;
    margin-top: -70px;
    display: none;

}
#comingsoon{
    position:absolute;
    left: 50%;
    top:50%;
    margin-left: -388px;
    margin-top: 0px;
    display: none;

}

