html, body {
	background-color: #dcd4be;
	background-position: top left;
	background-image: url(/graphics/background.png);
	background-repeat: repeat-x;
}

#header {
	background-image: url(/graphics/top_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	height: 377px;
}

.invisible {
	left:-999em;
	overflow:hidden;
	position:absolute;
	width:1em;
}

#tagline {
	margin-top: 233px;
	font-size: 1.75em;
	line-height: 1.25;
}

#icon_go {
	border: 1px solid #c7bfab;
	padding: 1.75em 1.75em 1.75em 5em;

	background-color: #f3f0e7;
	background-image: url(/graphics/icons/go.png);
	background-position: 1% center;
	background-repeat: no-repeat;
}

#icon_contact {
	border: 1px solid #c7bfab;
	padding: 1.75em 1.75em 1.75em 5em;

	background-color: #f3f0e7;
	background-image: url(/graphics/icons/contact.png);
	background-position: 1% center;
	background-repeat: no-repeat;
}

.error, .notice, .success {border-width:1px;}