html {
	font-size: 125%;
	height: 100%;
}

body {
	background: #fff /*url('images/grid.png') repeat-y center*/;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50%;
	height: 100%;
}

#container{
	height: 100%;
	margin: 0 auto;
	width: 80em;
}

#header{
	
}

#branding{

}

#branding h1{
	background: #fb0;
	color: #fff;
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-top: 100px;
}

#branding h2{
	color: #fb0;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: -0.02em;
}

#content{
	
}

#intro{
	font-size: 1.8em;
	margin-top: 100px;
}

#footer{
	height: 3em;
	margin: -3em auto 0 auto;
	width: 80em;
}

#footer p{

}
