body {
	margin: 0;
	font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	background: #e8ece9;
	color: #203355;
}

#banner {
	height: 5px;
	background-color: #405A87;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#405A87), to(#374E76));
	background-image: -webkit-linear-gradient(top, #405A87, #374E76);
	background-image: -moz-linear-gradient(top, #405A87, #374E76);
	background-image: -o-linear-gradient(top, #405A87, #374E76);
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#center.default {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 150px;
	margin: -75px 0 0 -60px;
}
	
	#center.default #logo {
		margin: 5px auto auto auto;
		width: 120px;
		height: 120px;
		background: url(../img/logo.png) center center no-repeat;
		background-size: 120px 120px;
	}
	
	#center.default #label {
		display: none;
		color: #203557;
		text-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
		text-align: center;
	}
	
		#center.default #label img {
			vertical-align: top;
		}
