@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000;
	text-align: center;
	margin: 0;
}

#bg {
	background: url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contain { 
	height: 20%;
	max-height: 20%;
	padding-top: 12%;
	padding-bottom: 2%;
	margin: 0;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,0.12)),color-stop( 100% , rgba(255,255,255,0.70)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0.70) 100%);
}

#logo {
	width: 464px;
	height: 163px;
	display: block;
	background-image: url(logo.png);
	background-size: 464px 163px;
	background-repeat: no-repeat;
}

#message {
	background-color:#FC0;
	min-height: 25px;
	min-width: 150px;
	padding-top: 10px;
}