html {
	height: auto;
}
#outsidecontainer {
	position: static;
	border-width: 0px;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#topcontent, #mainnav, #subnav, #footerline, #footer {
	display: none;
}
#contentcontainer {
	position: static;
	border-width: 0px;
	padding: 0px;
}

#content {
	position: static; 
	clear: both;
	background-color: transparent;
	height: auto;
	padding: 0px;
}
#content.nosubnav {
	margin-top: 0px;
}
.png {
	visibility: visible;
	behavior: none;
}