html {
 background-color: #ffffff;
 background-image: url('images/bg.gif');
 background-repeat: repeat-x;
}

body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 75%;
 margin: 5em auto auto auto;
 position: relative;
 top: 23px;
 left: 7px;
 padding: 0;
 width: 630px;
 background-image: url('images/shadow-bottom.png');
 background-repeat: no-repeat;
 background-position: bottom left;
}

div#container {
 position: relative;
 bottom: 23px;
 left: 7px;
 background-image: url('images/shadow-side.png');
 background-repeat: no-repeat;
 background-position: top right;
 padding: 0;
 width: 623px
}

div#content {
 position: relative;
 margin-right: 23px;
 border: 1px solid black;
 background-color: #ffffff;
 padding: 10px;
}

h1 {
 text-align: right;
 border-bottom: 1px solid black;
 text-transform: lowercase;
}

a {
 font-weight: bold;
}

a:hover {
 color: #6666ff;
}
