@charset "utf-8";
* {
	margin: 0px;
}

#wrapper {
	width: 900px;
	height: 550px;
	background: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: thin solid #990000;
	border-left: none #000000;
}
#bottomenterbar {
	background: #000000;
	height: 35px;
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

