#box1 {
    width: 340px;
    height: 640px;
    position: relative;
    }
#box2 {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    }
#box3 {
    width: 100%;
    display: block;
    position: relative;
    }