body {
    padding: 0;
    margin: 0;
    font: 12px sans-serif;
    background: #fff;
}
div.content {
    background: #7c92b3;
    border: 1px solid black;
    color: white;
    margin: 10px;
    position: relative;
}
div.body {
    padding: 10px;
}
div.content h1 {
    background: url('simple_borders_01.png') no-repeat top left;
    margin: -1px 0 0 -1px;
    font-size: 14px;
}
div.content h1 span {
    position: relative;
    left: 10px;
    top: 10px;

}
img.top-right {
    position: absolute;
    top: -1px;
    right: -1px;
}
div.bottom {
    background: url('simple_borders_07.png') no-repeat bottom left;
    height: 15px;
    margin: 0 0 -1px -1px;
}
img.bottom-right {
    position: absolute;
    bottom: -1px;
    right: -1px;
}
