/*CSS*/

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 16px;
	background-color: #020202;
	overflow: auto;
}

body {
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -337px;
	float: left;
}

.container {
	margin: 0 auto;
	position: relative;
	clear: left;
	height: 675px;
	width: 900px;
	background-image: url(img/box/box_1.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.box {
	width: 369px;
	height: 351px;
	overflow: hidden;
	float: left;
	margin-top: 16px;
	margin-left: 20px;
	background-image: url(img/box/box.png);
	background-repeat: no-repeat;
	clear: right;
	position: absolute;
}
		
.menu {
	float: right;
	display: block;
	text-align: right;
	margin-top: 15px;
	clear: both;
	cursor: pointer;
	margin-top: 160px;
	margin-right: 175px;
}

.copy {
	font-family: Arial;
	font-size: 0.8em;
	color: #ffffff;
	margin-left: 140px;
	position: absolute;
	bottom: 10px;
}

a.ref_link {
	color: #545454;
	text-decoration: none;
}

a.ref_link:hover {
	color: #ffffff;
}
