/******************************************
 * CSS Template for Dave Gossett Site
 * Stretchable container with fancy border 
 * author : Brian Bansenauer, wwwebworks.biz
 * revision date: 5-29-05
 ******************************************/
 #container {
position:absolute;
top:290px;
left:180px;
width:577px;
background: url(../images/border_middle.gif) repeat-y center center;
padding: 0 0px 0 0px;
margin: 0 0 10px 0;
}
#border_top {
width: 100%;
height: 10px;
margin: 0;
background: url(../images/border_top.gif) no-repeat center top;
}
#content{
 position:relative;
 top:0;
 left:0;
 width:513px;
 margin: 2px 0 0 12px;
 padding: 10px 20px 10px 20px;
 background: #B4C7FF;
}
#border_bottom{
background: url(../images/border_bottom.gif) no-repeat left bottom;
width: 100%;
height: 15px;
}

