/*
--------------------------------------------------
	reset
--------------------------------------------------
*/

#page-body, 
#content {
	min-height: 1%; /* for winIE 7 */
	}
* html #page-body, 
* html #content {
	/*\*/ height: 1%; /*/ /* for winIE 5-6 \*/ /*/
	display: inline-block; /* for macIE */
	}
#page-body:after, 
#content:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
