@import url("template.css");

html, body {
	background-color:white;
	height:100%;
}
#container, #inner_container, #footer, #footer p {
	background:none;
	width:100%;
	margin:0px !important;
	padding:0px !important;
	height:100%;
}
#content {
	width:100%;
	margin:0px !important;
	padding:100px 0px 0px 0px !important;
}
#logo {
	top:0px;
	left:0px;
}
#search, #left, #centerpiece, #right, #cf_natl_standards_logo, #bottom_menu, #bottom {
	display:none;
}
#footer {
	display:none;
}
a {
	color:black !important;
}

