body {
	margin: 0;
 	padding: 0;
	height: 100%;
	background-color: #080808;
	color: #ffffff;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: .7em;
}

/* hide from ie on mac \*/
html {
	height: 100%;
}
  
#SerialChillers {
	margin: 0;
	padding: 0;
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
	
}

#seo-info 
{
	width: 800px;
	margin: 50px auto 0 auto;
}
/* end hide */

