/* CSS Document */
body { background:#FFFFFF; }
#topleft { background:url(images/top-left.jpg); width:214px; height:90px; }
#topright { background:url(images/top-right.jpg); width:536px; height:90px; }
#container { width:536px; height:90px; }
#btn1 { background:url(images/button.png); height:50px; width:130px; position:absolute; margin-top:30px; margin-left:10px; }
#btn2 { background:url(images/button.png); height:50px; width:130px; position:absolute; margin-top:30px; margin-left:140px; }
#btn3 { background:url(images/button.png); height:50px; width:130px; position:absolute; margin-top:30px; margin-left:270px; }
#btn4 { background:url(images/button.png); height:50px; width:130px; position:absolute; margin-top:30px; margin-left:400px; }
#header { background:url(images/header.jpg); width:750px; height:185px; }
#belowleft {  background:url(images/below-left.jpg); width:214px; height:78px; }
#belowright {  background:url(images/below-right.jpg); width:536px; height:78px; }
#leftnav {  background:url(images/leftnav-bg.jpg) repeat-y; width:214px; }
#content {  background:url(images/content-bg.jpg) #ffffff repeat-x; height:389px; border-right:#737373 solid 1px;}
#footer {  background:url(images/footer.jpg) #ffffff repeat-x; height:26px; text-align:right;}
