html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	min-width: 900px;
	overflow: hidden;
}
body{
	font-family: 'Chivo', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
}
a{
	color: #888;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.container{
	width: 100%;
	box-shadow: 0px -7px 0 0px #000 inset, 0px 7px 0 0px #000 inset;
}



.comingsoon{
	color: gray;
	font-size: 13px;
}

.divider{
	content: '';
	position: fixed;
	top: 25%;
	bottom: 25%;
	width: 2px;
	background: #DCDCDC;
	left: 50%;
	z-index: -1;
}

#axis{
	left:50%;
	position: absolute;
	top: 30%;
	width:300px;
	margin-left: -150px;

	color: #cccccc;
	text-align: center;
}



#axis img{
	width: 300px;
}

h1{
	margin-top: 30px;
}

.copyright{
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
}


	

	
}
