/* top level html containers */
body {
	color: #000;
	font-family: trebuchet MS, arial, sans-serif;
	font-size: 12px;
	background: #fff !important;
}

/* general styling rules */
a { color: #000; }

/* absolute centering, http://www.wpdfd.com/editorial/thebox/deadcentre4.html */
#mainframe {
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
}

/* header */
.header, .menu, #cf_contact_form {
	display: none;
}
