html {
	height: 100%;
}

* html #wrapper {
	height: 100%;
}

body {
	height: 100%;
	background: #2e3310 url(../img/stripe.gif) 199px 0 repeat-y;
	color: #b8c17b;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #b8c17b;
}

a:hover {
	color: #d50078;
}

#wrapper {
	position: relative;
	min-height: 100%;
	display: block;
}

#logo {
	position: relative;
	left: 107px;
	width: 184px;
	height: 144px;
}

#copy {
	position: absolute;
	top: 216px;
	left: 233px;
	width: 200px;
	display: block;
}

#address {
	background: url(../img/txt_address.gif) no-repeat;
	display: block;
	width: 218px;
	height: 61px;
	margin-bottom: 15px;
}

#email a {
	background: url(../img/txt_email.gif) no-repeat;
	display: block;
	width: 245px;
	height: 15px;
	margin-bottom: 12px;
	position: relative;
	left: 1px;
}

#email a:hover {
	background-position: 0 -15px;
}

#phone {
	background: url(../img/txt_phone.gif) no-repeat;
	display: block;
	width: 141px;
	height: 27px;
}

#footer {
	position: relative;
	margin-top: -14px;
	display: block;
	width: 137px;
	height: 14px;
	background: url(../img/tagline.gif) bottom no-repeat;
	left: 199px;
}

.alt {
	display: none;
}