#container {
    min-width: 960px;
    height: 100%;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    position: fixed;
} /* The is the main container on body */

#iframing {
    float: left;
    width: 1000px;
    height: 1190px;
    margin-left:-220px ;
    margin-top:-130px ;
    clear: both;
}