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

#bottom_bar {
	background-color: #CC9900;
	height: 20px;
	width: 880px;
	position: absolute;
	left: 0px;
	top: 660px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/menubardown25.gif);
	background-repeat: repeat-x;
	z-index: 1;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: right;
	color: #3300FF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	background-color: #a6abdb;
	height: 92px;
	width: 900px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 685px;
	right: 0px;
	bottom: 0px;
	line-height: normal;
}