#outframe {
    position: absolute;
    border: 3px solid #ff5555;
    width: 600px;
    height: 300px;
    background-color: #4c4c4c;
    overflow: hidden;
}

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

