#body {
    overflow: hidden;
}

#head {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    overflow: hidden;
}

#left {
    position: absolute;
    top: 150px;
    left: 0px;
    bottom: 0px;
    width: 230px;
    text-align: center;
}

#right {
    position: absolute;
    top: 150px;
    right: 0px;
    bottom: 0px;
    left: 230px;
}

iframe {
    border: none;
    height: 100%;
    width: 100%;
}