html {
	min-height: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
}

.container {
	position: relative;
	width: 200px;
	height: 1040px;
	margin-left: 0;
	background: #050505;
	overflow: hidden;
	text-align: center;
	z-index: 8;
}

.block1 {
	position: relative;
	top: 0%;
	width: 200px;
	height: 1040px;
	overflow: hidden;
	text-align: center;
	z-index: 2;
}

.block2 {
	position: relative;
	top: 0%;
	width: 200px;
	height: 550px;
	overflow: hidden;
	text-align: center;
	z-index: 3;
}

.block3 {
	position: relative;
	top: 12%;
	width: 200px;
	height: 205px;
	background: #9d9c99;
	overflow: hidden;
	text-align: center;
	z-index: 4;
}

.block4 {
	position: relative;
	top: 14%;
	width: 200px;
	height: 205px;
	background: #9d9c99;
	overflow: hidden;
	text-align: center;
	z-index: 5;
}

.block5 {
	position: relative;
	top: 14%;
	width: 200px;
	height: 280px;
	background: #000;
	overflow: hidden;
	text-align: center;
	z-index: 6;
}

.topcorner {
	position: absolute;
	top: 10px;
	right: 10px;
}