* { margin: 0; padding: 0; } /* Global Reset */

body {
	font: small/1.7 'Helvetica Neue', arial, helvetica, sans-serif;
	color: #000000; background: #ffffff;  text-align: center;
}

a { color: #C30D27; text-decoration: underline; }

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

#strip {
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
	width: 100% ;
	background: #fff;
}

h1 {
	position: relative;
	height: 600px; width: 424px; overflow: hidden;
	color: #FFF; margin:0 auto 0;
}

h1 b {
	display: block; position: absolute;
	height: 100%; width: 100%; top:0; left:0;
	background: url(../i/rootelevationlogo.gif) no-repeat;
}

h2 {
	font: 800 140%/170% 'Helvetica Neue', arial, helvetica, sans-serif;
	color: #93D5D4;
}

