#outframe {
    position: absolute;
    /*border: 3px solid #ff5555;*/
    /*border:1px #CCCCCC solid;*/
    /*width: 950px;*/
    width: 768px;
    height: 600px;
    /*background-color: #4c4c4c;*/
    background-color: #f4ffdd;
    overflow: hidden;
}

#inframe {
    position: absolute;
    cursor: pointer;
}
