@charset "UTF-8";
html, body {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: #fff;
}
body {
	display: none;
}
#contentArea {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#contentArea .block {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	min-height: 100%;
	text-align: center;
}
#contentArea #collection {
	background: url(../img/bg.jpg) no-repeat center;
	background-size: cover;
}
#contentArea #archive {
	background: #addcd4;
}
#contentArea #archive h2 {
	margin-bottom: 25px;
}
#contentArea #collection h2,
#contentArea #archive .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
#contentArea #archive .inner ul li {
	margin-bottom: 20px;
}
#contentArea #collection h2 {
	width: 195px;
	height: 72px;
}
#contentArea #archive .inner {
	width: 134px;
	height: 255px;
}
#contentArea a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#contentArea #footer {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
