html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000 url('/images/page_bg.jpg') repeat-x;
    height: 100%;
    font-family: times new roman, times roman, times, serif;
    font-size: .8em;
    color: #9a6600;
}

#page-wrapper {
    position: relative;
	width: 766px;
    height: 733px;
    background: url('/img/landing-bg.jpg') no-repeat top center;
    border: 0;
	margin: 50px auto 20px auto;
}

#content {
	overflow: hidden;
}

a { 
	color: #996600;
}

h1 {
	background: url('/img/the-macallan.gif') no-repeat top center;
	text-indent: -376656px;
	margin: 45px auto 10px;
	width: 228px;
	height: 158px;
}

#page-wrapper h3 {
	/*background: url('/img/whiskey.gif') no-repeat top center;*/
	text-indent: -376656px;
	margin: 0 auto 20px;
	width: 171px;
	height: 22px;
}

#page-wrapper h4 {
	background: url('/img/celebrate.gif') no-repeat top center;
	text-indent: -376656px;
	margin: 0 auto 0;
	width: 417px;
	height: 24px;
}

.ldaField {
	margin: 15px auto 15px;
	padding-top: 1px;
	background: url('/img/line-black.gif') no-repeat top center;
	overflow: hidden;
}

label, input {
	margin-top: 20px;
}

label.ldaFieldName {
	display: block;
	margin: 20px auto 10px;
	float: none;
}

.submitOpts input {
	margin: 10px 0 0 0;
}

#legal {
	margin: 15px auto;
	width: 325px;
	font-size: .85em;
}

#footer {
	width: 766px;
	height: 150px;
	margin: 20px auto 0 auto;
	padding-bottom: 50px;
}

#footer.young {
	margin-top: 455px;
}

#footer ul {
/*	margin-top: 180px;
	_margin-top: 200px;*/
	clear: both;
	height: 20px;
	width: 338px;
	margin: 0 auto; 20px auto;
	padding-left: 10px;
	color: #666;
}

#footer ul a {
	color: #666;
	display: block;
	margin-right: 10px;
	text-decoration: none;
}

#footer p {
	clear: both;
	text-align: center;
	margin-top: 12px;
	color: #666;
}

#footer p strong {
	font-weight: bold;
}

#footer a {
color: #666;
}

#footer li {
	display: inline;
	float: left;
	border-right: 1px solid #666;
	margin-right: 10px;
}

li#terms {
	border: none;
	margin-right: 0;
}

li#terms a {
	margin-right: 0;
}

.error {
	color: #ff0000;
}

form {
	margin-top: 30px;
}