div#window-container{
    width:  100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #F5F5F5;
}
div#body-container{
    width: 1140px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -570px;
    top: 0px;
    /*background-color: #ffff00;*/
    border: 1px solid #ffff00;
}
div#body-container img{
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-right: auto;
    top: 80px;
}