body {
	background-image: url(/style/images/bg-legal.jpg);
}
#content-wrapper {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#landing {
	background:url(/style/images/legal-age-check.png) no-repeat;
	position:relative;
	overflow:hidden;
	padding: 130px 0 0;
	margin: 60px auto 0;
	width: 544px;
	height: 400px;
	text-align: center;
	color: #962211;
}
p.copy {
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
}
.headlineWrap {
	margin: 0 0 5px;
}
.headlineWrap .headline {
	font-size: 50px;
	line-height: 1.1;
}
.headlineWrap .subheadline {
	font-size: 40px;
	line-height: 1.2;
}
form {
	position: absolute;
	top: 310px;
	left: 0;
	width: 100%;
	text-align:center;
}
form .genericBtn {
	margin: 0;
}
#birthday {
	display: inline;
}
#birthday select {
	color: #a02a1d;
	font-weight: bold;
	margin: 0 5px 0 0;
}


/**
 * @section Footer
 */
#footer {
	background: none;
	position: absolute;
	width: 100%;
	top: 355px;
	left: 0;
	padding: 0;
}
#footer .wrap {
	background: none;
	width: 544px;
	padding: 0;
}
#footer .envelope {
	background: none;
}
#footer .meta {
	margin: 0;
	padding: 0;
}
#footer .meta li {
	line-height: 1;
}
#footer .meta .responsible {
	padding: 0 5px 0 0;
	font-size: 10px;
}

/* TODO??? */
div.unsupported {
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	color:#E2BB84;
	display:none;
	_display:block;
	z-index:999;
	background:#993223;
	left:0;
}
div.fallback {
	display:block
}
div.error {
	color:#FFF6E9;
	height:55px;
	left:81px;
	position:absolute;
	top:398px;
	width:250px;
	border:2px solid #D7B171;
	background:#983222;
	padding:5px;
	text-align:center;
	font-size:13px;
}
#error {
	height:706px;
	margin-top:131px;
	text-align:center;
	position:relative;
	overflow: hidden;
	color:#A46E2E;
}
#error a {
	color:#A46E2E;
}
