body {
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#middle {
	text-align: center;
	background: #bbbbbb;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#copyright {
	background-color: #000000;
	color: #ffffff;
	font-size: 8px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-top: #000 5px solid;
	border-bottom: #000 5px solid;
}

div#top {
	background: #666666 url('../images/top.jpg') repeat-x scroll bottom left;
	height: 100px;
}

div#bottom {
	background: #666666 url('../images/bottom.jpg') repeat-x scroll top left;
	height: 100px;
}