/* CSS Document */

/* ------------------------------------------------------------------------------- */
/* //////////////////////////////// Basic Layout ////////////////////////////////  */
/* ------------------------------------------------------------------------------- */
* { padding: 0; margin: 0; border: 0; }

html, body {
	height:100%;
}
h1 {
	display: none;
}
body {
	text-align:left;
	background-color:#ffffff;
	background-image:url(../sciencefoods-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:.75em;
	line-height:160%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#3f3f3f;
}
#container {
	width: 700px;
	height:700px;
	clear:both;
	float:none;
	margin:0 auto 0 auto;
}

#container h1, #container h4, #container p {
	display:none;
}