/* Clean up CSS */
@import url("/css/tools.css?foo");

/* Typography CSS */
@import url("/css/typo.css?foo");

/* Forms CSS */
@import url("/css/forms.css?foo");

body {
	margin: 0;
	padding: 0;
	background:#F9F9F9;
	background-position:top center;
	text-align: center;/* height:100%; */
}
div#page {
	width:990px;
	margin:0 auto;
	position:relative;
	padding-top:60px;
	padding-bottom:90px;
	height:100%;
	text-align: center;
}
div#page iframe {
	height:100%;
}
/* HEADER */
div#header {
	height:65px;
	top:0;
	left:0;
	width:100%;
	text-align: left;
	z-index:900;
}

/* CONTENT */
div#content {
	position:relative;
	margin:0;
	min-height: 448px;
	height: auto !important;
	height: 448px;
	padding-top:15px;
	text-align: left;
}
/* MAIN */
div#main {
	width:990px;
	text-align:center;
	z-index:inherit;
	position:relative;
}
/* FOOTER */
div#footer {
	position:relative;
	height:0px;
}
/* END LAYOUT */



