@charset "utf-8";
/* CSS Document */
body, div, form, textarea, fieldset, input, textbox, select, h1, h2, h3, h4, h5, h6, img, table, tr, td {
margin : 0; 
padding : 0; 
}

body { background-image:url(_images/body.png); font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#container { width:916px; margin:10px auto 10px auto; }

#top_left {height:24px;width:24px; background-image:url(_images/top_left.png);}
#top {height:24px; background-image:url(_images/top.png);}
#top_right {height:24px;width:24px; background-image:url(_images/top_right.png);}
#left {width:24px; background-image:url(_images/left.png);}
#content {background-color:#FFFFFF;}
#right {width:24px; background-image:url(_images/right.png);}
#bottom_left {height:24px;width:24px; background-image:url(_images/bottom_left.png);}
#bottom {height:24px;; background-image:url(_images/bottom.png);}
#bottom_right {height:24px;width:24px; background-image:url(_images/bottom_right.png);}

#header { }
#body {height:180px;}
#footer { height:20px; text-align:center; vertical-align:middle; font-size:9px; }