@charset "UTF-8";
/* Generic */
.main {
	margin: auto;
	height: 600px;
	width: 935px;
	position: relative;
	z-index: 0;
	background-color: #181818;
}
.bottom {
	margin: auto;
	height: 20px;
	width: 935px;
	position: relative;
	z-index: 0;
	background-color: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 20px;
}
