@charset "ISO-8859-1";
body {
	background-color: #040707;
}
div#topContent {
	padding-top: 100px;
}
div#bottomContent {
	background-image: url(images/index_bottom_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 100%;
	position: fixed;
	bottom: 20px;
	z-index: 50;
}

