html {
	height: 100%;
	font-size: 100%;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;}

body {
	min-height: 100%;
	font-family: sans-serif;
	font-weight: 400;
	height:100%;
	min-height:1200px;
	background: #000;
}
#wrapper {
	width: 100%;
	position: absolute;
	margin: 0 auto;
}
.container {
	width: 980px;
	margin: 0 auto 20px;
}

.ads-container {
	background:#fff;
	width: 750px;
	margin: 0 auto 20px;
}

h1 {
	letter-spacing:2px;
	padding: 0.3em 3em 0.3em;
	font-size: 190%;
	font-family: 'Quintessential';
	text-transform:none;
	line-height: 1.5;
	font-weight: 700;
	color: #ff6600;
	text-shadow: 0px 0px 0px rgba(255,255,255,0.2);
	text-align: center;
}

h1 span {
	font-weight: 400;
}

h2 {
	text-align: center;
	margin-bottom: 3em;
	font-family: 'Quintessential';
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.attribution {
	padding: 3em 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.attribution a {
	color: #fff;
}


/* Header Style */
.ddn-top {
	line-height: 60px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	background:#000;
}

.ddn-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #E5E4C6;
	display: table;
	margin:0 auto;
	text-decoration: none;
}

.ddn-top a:hover {
	background: #E5E4C6;
	color: #000;
}

.ddn-top span.right {
	float: right;
}

.ddn-top span.right a {
	float: left;
	display: block;
}

@media only screen and ( max-width: 32.5em ) /* 520 */
{
	.container,
	#wrapper
	{
		width: 100%;
		height: auto;
		position: static;
		padding: 3.125em 1.25em; /* 50 20 */
		margin: 0;
	}
}