﻿
#container {
    width: 100%;
    height: 320px;
}

#info {
    position: absolute;
    left: 20px;
    top: 40px;
    font-size: 12px;
    background: #FFF;
    width: 300px;
    padding: 5px;
    border-radius: 3px;
}
