/* @group generic */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #fff;
	margin: 0;
}
/* @end */
/* @group flavour */
.hide {
	display: none;
}

/* @end */
/* @group layout */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
	width: 409px;
}
#footer, 
.push {
	height: 36px;
}
/* @end */
/* @group content */
#content {
	padding-top: 52px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.8em;
}
#logo-wrapper {
	position: absolute;
	top: 43%;
	visibility: visible;
	display: block;
	overflow: visible;
}
#logo-wrapper-designweek {
	position: absolute;
	top: 20%;
	visibility: visible;
	display: block;
	overflow: visible;
}

#site-logo {
	top: -34px;
	left: -204px;
	height: 75px;
	width: 409px;
	text-align: center;
}
.p1 {
	margin: 0 0 7px 0;
	width: 409px;
	text-align: center;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* @end */
/* @group footer */
#footer {
	clear: both;
	background-color: #000;
	border-bottom: 1px #4d4d4d solid;
}
#footer-links {
	width: 770px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0 0 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.65em;
	text-align: center;
}
#footer-links span {
	padding: 10px 0 0 0;
}
#footer-links a {
	color: #92ae0f;
}
#footer-links a:active,
#footer-links a:hover, 
#footer-links a:focus,
#footer-links a.selected {
	color: #141414;
	background-color: #fff;
}
#footer-links a.blank {
	color: #92ae0f;
}
#footer-links a.blank:active,
#footer-links a.blank:hover, 
#footer-links a.blank:focus,
#footer-links a.blank.selected {
	color: #141414;
	background-color: #fff;
}
/* @end */