html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	min-width: 320px;
	overflow: hidden;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ccc;
}
a{
	color: #888;
	text-decoration: none;
}
a:hover{
	color: #fff;
}
.container{
	width: 100%;
	/*box-shadow: 0px -5px 0 0px #000 inset, 0px 5px 0 0px #000 inset;*/
}
.logo{
	width: 526px;
	height: 200px;
	/*padding: 0px 30px;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -98px 0 0 -250px;
	background: #fff url(../mezyweb_get.jpg) no-repeat center center;
	text-indent: -9999px;
}
.logo:before{
	content: '';
	position: fixed;
	left: 30px;
	right: 30px;
	height: 1px;
	/*background: rgba(207,207,207,0.3);*/
	background: #EBEBEB;
	top: 50%;
	z-index: -1;
}
.copyright{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	background: #222;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}
@media screen and (max-width: 400px){
	.logo{
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-webkit-transform: scale(0.6);
	}
}