body, html {
	margin: 0 auto;
	height: 100%;
	}

body {
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", Helvetica, Arial, sans-serif;
	color: #292929;
	background-color: #feffff;
	}

a {
	text-decoration: none;
	color: #d3281f;
	}

a:active,
a:hover {
	text-decoration: underline;
	color: #d3281f;
	}

#floater {
	width: 100%;
	height: 50%;
	margin-bottom: -50px;	
	float: left;
	position: relative;
	}

#container {
	width: 1024px;
	min-width: 800px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100px;
	position: relative;
	clear: both;
	}

#header {
	text-align: left;
	font-size: 40px;
	margin-left: 40px;
	letter-spacing: 0.025em;
	}

#content {
	font-size: 20px;
	letter-spacing: 0.25em;
	float: right;
	}
