body {
    width: 100%;
    margin: 0;
    background: black;
}

#ll {
    position: relative;
}

#l1, #l2 {
    text-align: center;
    display: block;	
}

#l2 {
    width: 100%;
    position: absolute;
    top: 0;
}

#l1 img, #l2 img {
    width: 90%;
    max-width: 650px;
}

#l1 {
    background: white;
}

#l2 {
    background: black;
}

#hotinfo {
    background: white;
    width: 100%;
    text-align: center;
}

#hotinfo img {
    width: 80%;
    margin: 10px 0 2px 0;
    max-width: 600px;
}