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

body {
	width:100%;
	margin:0px;
	background:#c7df8d;
	text-align:center;
	padding:0;
	}
	
#topbar {
	width: 100%;
	margin-top: 80px;
	background: url(images/topbar.jpg) repeat-x;
	height: 35px;
	}
	
#middle {
	width: 100%;
	background: #8d4a3a;
	text-align:center;
	}

#bottombar {
	width: 100%;
	background: url(images/bottombar.jpg) repeat-x;
	height: 35px;
	}	
	
.footertext {
	color:#a05948;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:10px;
	line-height:8px;
	letter-spacing:3px;
	}