#content {
    background: white;
    position: relative;
    top: -50px;
    width: 800px;
    margin: 0 auto;
    z-index: 10000;
}

#content div.top-left {
    background: url(../images/content-top-left.png);
    width: 10px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
}

#content div.top {
    background: url(../images/content-top.png);
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 7px;
}

#content div.top-right {
    background: url(../images/content-top-right.png);
    width: 10px;
    height: 7px;
    position: absolute;
    top: 0;
    right: 0;
}

#content div.left-top {
    background: url(../images/content-left.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
    height: 284px;
    width: 10px;
}

#content div.right-top {
    background: url(../images/content-right.png) no-repeat;
    position: absolute;
    top: 7px;
    right: 0;
    height: 284px;
    width: 10px;
}

#content div.left-bottom {
    background: url(../images/content-left-bottom.png) no-repeat;
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 109px;
    width: 10px;
}

#content div.right-bottom {
    background: url(../images/content-right-bottom.png) no-repeat;
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 109px;
    width: 10px;
}

#content div.bottom-left {
    background: url(../images/content-bottom-left.png) no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#content div.bottom {
    background: url(../images/content-bottom.png);
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 6px;
}

#content div.bottom-right {
    background: url(../images/content-bottom-right.png);
    width: 10px;
    height: 6px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#content div.center {
    padding: 10px;
    min-height: 400px;
}