* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: #10151E url("../images/text-bg.png") repeat-x;
}
div.a {
	float: left;
	clear: left;
}
div.b {
	float: left;
}
div.c {
	float: right;
}
div.d {
	float: right;
	clear: right;
}
br.clear {
	clear: both;
	height: 0px;
}
h1, h2, p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 17px;
	padding: 4px 0px;
}
h1, h2 {
	text-transform: uppercase;
	font-size: 13px;
}
span.faded {
	color: #82818F;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.hidden, span.hidden {
	display: none;
}
div#page {
	width: 100%;
	min-width: 1000px;
}
div#header {
	background: url("../images/header-bg.jpg") no-repeat;
	position: relative;
}
div#header-transition {
	height: 340px;
	min-width: 1000px;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: none;
}
div#bg-buttons {
	padding: 17px 0px 0px 96px;
	width: 425px;
	position: relative;
	z-index: 5;
}
div#bg-buttons a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 42px;
	height: 32px;
	display: block;
	margin: 0px 1px 0px 0px;
	float: left;
}
div#bg-buttons a:hover {
	background-position: 0px -32px;
}
div#bg-buttons a.bg { background-image: url("../images/button-bg.png"); }
div#bg-buttons a.green-field { background-image: url("../images/button-green-field.png"); }
div#bg-buttons a.trees { background-image: url("../images/button-trees.png"); }
div#bg-buttons a.magical { background-image: url("../images/button-magical.png"); }
div#bg-buttons a.golden-grass { background-image: url("../images/button-golden-grass.png"); }
div#location {
	position: absolute;
	top: 15px;
	right: 18px;
	z-index: 1;
}
div#location a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url("../images/location.png");
	width: 40px;
	height: 40px;
	display: block;
	float: left;
}
div#location a:hover {
	background-position: 0px -40px;
}
div#logo-wrapper {
	height: 125px;
	padding: 166px 0px 0px 87px;
	text-align: center;
	position: relative;
	z-index: 5;
}
div#logo-wrapper a#logo {
	display: block;
	width: 108px;
	height: 121px;
	background: url("../images/alan-ferguson-logo.png") no-repeat 0px 0px;
}
div#logo-wrapper a#logo:hover {
	background-position: 0px -121px;
}
div#text {
	padding: 17px 0px 50px 100px;
	min-width: 900px;
	background: url('../images/header-bg-reflect.jpg') no-repeat;
	position: relative;
}
div#text-transition {
	height: 150px;
	min-width: 1000px;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: none;
}
div#text div.a,
div#text div.b {
	padding-right: 70px;
	position: relative;
	z-index: 5;
}
div#like-button {
	padding: 6px 0px 0px 17px;
	float: left;
}
