html, body {
    font-family: 'Trebuchet MS', 'Verdana', sans-serif;
    min-height: 100%;
}

div.entire {
    width: 100%;
    min-width: 960px;
    min-height: 100%;

    margin: 0 auto;
    border-bottom-left-radius: 16px 16px;
    border-bottom-right-radius: 16px 16px;
    background-color: #EFF4FF;
}

div.main {
    position: relative;
    overflow: hidden;
    min-height: 2000px;  /* temporary, remove once proper sizing is done */
}

div.main h2 {
    font-size: 140%;
    padding-bottom: 20px;
}

div.main span.lastupdate {
    position: absolute;
    top: 35px;
    right: 270px;
}

div.border-left {
    padding: 20px 20px 20px 270px;
}

div.border-both {
    padding: 20px 270px;
}

span.online {
    color: #00E000;
    border-bottom-color: #00E000;
}

textarea {
    resize: none;
}