body, html {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
}

#page {
    width: 100%;
    height: 100%;
    min-width: 540px;
    min-height: 400px;
    position: relative;
}

#chart-list {
    text-align: center;
    position: relative;
    z-index: 100;
}

#chart-list select {
    width: 540px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
}

#chart {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}