html,body {
	margin: 0px;
	height: 100%;
	width: 100%;
}
#MinWidthContainer #PageContainer #PageContentContainer {
	position: relative; 
	height: 1px;
}
div#container {
	float: left;
	width: 100%;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	margin-bottom:30px;
}
div#content {
	margin-left: 10px;
	margin-top: 30px;
	width: 970px;
}
