@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #dadada;
}

div {
	padding: 0;
	margin: 0;
}

div.valign {
	width: 100%;
	height: 100%;
	position:relative;
}

div.bar {
	width: 100%;
	height: 411px;
	background: #d5d5d5;
	display: block;
	position: relative;
	top: 50%;
	margin-top: -205.5px;
	text-align: center;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}

img {
	margin: auto;
}