html {
	height:100%;
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	border:0;
	overflow-y:scroll
}

body {
	height:100%;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	border:0;
	background:#3c5a76 url('/img/bg.png') no-repeat center

}

input, button, select, option { font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif }

#container { width:400px }

h1 {
	color:#fff;
	font-size:25px;
	font-weight:bold;
	text-shadow:0 1px 4px rgba(0, 0, 0, 0.68);
	letter-spacing:0px;
	margin:0
}

.headline {
	color:#fff;
	font-size:18px;
	line-height:24px;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.33)
}

.headline a {
	color:#fff;
	text-decoration: none;
}


