@charset "UTF-8";
/* CSS Document */

body {background-image:url(../images/bg.jpg); background-repeat:repeat-x; margin-top:20px;}


#top {background-image:url(../images/top.png); background-position:center bottom; background-repeat:no-repeat;}
#bottom {background-image:url(../images/bottom.png); background-position:top; background-repeat:no-repeat;}
#left {background-image:url(../images/left.png); background-position:right; background-repeat:repeat-y;}
#right {background-image:url(../images/right.png); background-position:left; background-repeat:repeat-y;}

.footer {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#8E4B7E; margin-top:10px;}




/* Color Scheme */
#fuschia {color:#8E4B7E;}
