#bottom {
background-image:url('/static/images/bottom.png');
background-repeat:no-repeat;
height:17px;
width:840px;
}

#content {
margin-left:17px;
margin-right:17px;
min-height:600px;
text-align:left;
width:803px;
}

#content_wrapper {
height:auto;
width:840px;
}

#middle {
background-image:url('/static/images/middle.png');
background-repeat:repeat-y;
height:auto;
width:840px;
}

#top {
background-image:url('/static/images/top.png');
background-repeat:no-repeat;
height:17px;
width:840px;
}
