/* ----------------------------------------------------------------------------------------------- 
  Basic Centered Page Design
----------------------------------------------------------------------------------------------- */ 

* { margin:0; padding:0; }
html, body { height: 100%; }
body {
	color: #A19D9A;
	font: 100.01%/1.4 sans-serif;
	text-align: center;
	background: #E7E7DC url(../img/split-swatch.jpg) bottom left repeat-x;
}

a { color: #A19D9A; }
a:hover { color: #ff9900; text-decoration: none; }
a:active { border: 0; outline: none; }
a img { border: 0; }

#edge { position: absolute; height: 128px; width: 100%; background: #E7E7DC; }
#equalizer {
	width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -11.75em;
	float: left;
}
#container {
	clear: left;	
	position: relative;
	margin: 0 auto 12px auto;
	text-align: center;
	height: 300px;
	width: auto;
	background: #E7E7DC;
	border: 0px dotted #ccc;
}
#main {
	position: relative;
	height: 300px;
	text-align: center;
}
#heading {
	height: 200px;
	width: auto;
	margin: 0 auto;
	background: transparent url(../img/logo-md.png) center center no-repeat;
}
#heading span { display: none; }
#attribution {
	min-width: 600px;
	font-size: 10px;
	color: #fff;
}
#attribution p {
	margin: 2em 0;	
}
