html {
    height: 100%;
}
body {
    margin: 0;
    overflow: hidden;
}
#qr {
    position:absolute;
    top:4px;
}
#top img {
    float: right;
}
#bottom {
    display: inline;
    position: absolute;
    top: 100%;
}
#bottom img {
    position: relative;
    top: -342px;
}
#lineT {
    width: 100%;
    height: 4px;
    background: url(./img/line-top.jpg) repeat-x;
}
#lineB {
    display: inline;
    position: inherit;
    left: 600px;
    top: -4px;
    width: 200%;
    height: 4px;
    background: url(./img/line-bottom.jpg) repeat-x;
}