html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	min-width: 320px;
	overflow: hidden;
}
body{
	background: #eaeaea;
}
.container{
	width: 100%;
}
.logo{
	width: 215px;
	height: 125px;
	padding: 0px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -142px;
	background: #eaeaea url(logo.png) no-repeat center center;
}
.logo:before{
	content: '';
	position: fixed;
	left: 30px;
	right: 30px;
	height: 1px;
	background: rgba(207,207,207,0.9);
	top: 50%;
	z-index: -1;
}
.blinker{
	margin: 120px 0px 0px 10px;
	text-align: center;
	color: #666;
	font-family: lucida grande;
	font-size: 13px;
}
@media screen and (max-width: 400px){
	.logo{
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}
	.logo:before{
		height: 0px;
	}
	.blinker{
		width: 250px;
		font-size: 18px;
		margin: 120px 0px 0px -12px;
	}
}