@charset "utf-8";

body {
	background-color: #cee0dc;
	background-image: url("images/bg.png");
	background-repeat: repeat;
}

#container {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#subcontainer {
	display: table-cell;
	vertical-align: middle;
}

#bar {
	width: 100%;
	height: 400px;
	margin: auto;
	background-color: #0e2f56;
	background-image: url("images/filler.png");
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 320px;
	height: 320px;
	margin: auto;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
}