html,body {
	margin      : 0px;
	padding     : 0px;
}
#body_container {
	background  : #ffffff;
	color       : #333333;
	font-family : Arial,Helvetica,sans-serif;
	font-size   : 12px;
	text-align  : center;
}
#main_container {
	text-align  : left;
	margin      : 0px auto;
	width       : 920px;
}
#top_container {
	min-height  : 100px;
	background  : #ccc;
}
#middle_container {
	min-height  : 500px;
	background  : #efefef;
}
#bottom_container {
	min-height  : 100px;
	background  : #ececec;
}
#area_top {
}
#area_body {
}
#area_bottom {
}
.clearer {
	line-height : 0px;
	height      : 0px;
	clear       : both;
}