@charset "UTF-8";
html, body {
	width: 100%;
	height: 100%;
	background: #000;
	min-width: 1000px;
}
#contentArea {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#contentArea .ecBtn {
	width: 100%;
	position: absolute;
	bottom: 54px;
	left: 0;
	text-align: center;
}
#contentArea .ecBtn a {
	display: inline-block;
}
#contentArea .ecBtn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=70);
}