@charset "utf-8";
body {
	margin: 0px;
	background-color: #1C151D;
}
a:link {
	color: #131116;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #131116;
}
a:hover {
	text-decoration: none;
	color: #392F2E;
}
a:active {
	text-decoration: none;
	color: #131116;
}

#wrapper {
	height: auto;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#enter {
	height: 740px;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #66534D;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 50px;
	margin-bottom: 13px;
	font-family: Arial;
	color: #131116;
	font-size: 11pt;
	letter-spacing: 1px;
}
