.visibility, h1 {display:none}

/* Clear fix */
#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}




#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 175px;
}
#content {
	min-height: 400px; /* default min-height */
}
