Как вариант...
<!DOCTYPE html>
<html>
<head>
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
.container {
position: relative;
display: inline-block;
padding: 10px;
}
.u {
position: absolute;
width: 17px;
height: 17px;
background-image: url('http://i077.radikal.ru/1301/07/eaa57fced8d7.png');
background-repeat: no-repeat;
}
.u1 {
top: 0;
left: 0;
background-position: left top;
}
.u2 {
right: 0;
top: 0;
background-position: -27px top;
}
.u3 {
right: 0;
bottom: 0;
background-position: -27px bottom;
}
.u4 {
left: 0;
bottom: 0;
background-position: 0 bottom;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div class='container'>
<div class='u u1'></div>
<div class='u u2'></div>
<div class='u u3'></div>
<div class='u u4'></div>
<p>Пример текста</p>
<p>Пример текста</p>
<p>Пример текста</p>
<p>Пример текста</p>
</div>
</body>
</html>
ну и рамки еще по бокам и сверху, снизу...