/* normalize tags */
html, body, h1, h2, h3, h4, h5, h6, p, div, ul {margin:0px; padding:0px; font-family:georgia, serif; font-size:small;}

html,body{
    height:100%;
}
body {
  background-color: #fff;
  color: #000;
  line-height:1.5em;
}
.main {
    height:100%;
	width: 100%;
}
h1 {
  font-size:125%;
  line-height:2em;
  color:#696;
}
.subtletext {
  color:#999999;
}
#homebody h1 {
	float:none;
	font-size: 190%;
	color:#696;
}
.tagline {
	text-transform: uppercase;
	font-size: 85%;
	margin-bottom: 6em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
}
