div#container {
    margin: 0 auto;
    width: 700px;
}
div#content {
    text-align: center;
    margin: auto;
}
div#footer {
    margin-top: 30px;
    text-align: center;
}
div.box {
    width: 50%;
    text-align: left;
    background: #E0E9FA;
}
div.box div.curve-head {
    font-size: 1px;
    height: 15px;
    margin: 0px;
    background: url("/img/curve-left-head.gif") top left no-repeat;
}
div.box div.curve-head div {
    font-size: 1px;
    height: 15px;
    margin: 0px;
    background: url("/img/curve-right-head.gif") top right no-repeat;
}
div.box div.curve-bottom {
    font-size: 1px;
    height: 15px;
    margin: 0px;
    background:url("/img/curve-left-bottom.gif") bottom left no-repeat;
}
div.box div.curve-bottom div {
    font-size: 1px;
    height: 15px;
    margin: 0px;
    background: url("/img/curve-right-bottom.gif") bottom right no-repeat;
}
div.boxfootnote {
    text-align: right;
    margin: 1px 10px 1px 1px;
}
div#news {
    margin-left 30px;
    width: 400px;
    float: left;
}
div#recent {
    margin-right: 30px;
    width: 230px;
    float: right;
}
div#clear {
    clear: both;
}
h3.boxheader {
    text-align: center;
}
.loading_button {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    background-image: url("/img/loading.gif");
}

