html,
body,
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#panelItem {
    width: 300px;
    height: 500px;
}

#listArea {
    height: 400px;
    overflow: scroll;
}