<html>
<head>
<style>
#rcorners {
border-radius: 25px;
background: url(paper.gif);
background-position: left top;
background-repeat: repeat;
padding: 20px;
width: 200px;
height: 150px;
}
</style>
</head>
<body>
<p>Add rounded corners for an element with a background image:</p>
<div id="rcorners">Rounded corners!</div>
</body>
</html>