@IMPORT url("boxModelLayout1.css");


html {
	height: 100%;	
}

body {
	margin: 0px;
    padding: 0px;
	text-align: -moz-center;
    text-align: center;
    height: 100%;
}

body, a {
	
	font-family:  Verdana, Arial, Helvetica, "Lucida Sans Unicode", Verdana, sans-serif; 	
	font-size: 13px;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;	
}

.tpl-heilog-standard-mainContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	
}
* html .tpl-heilog-standard-mainContainer {
	height: expression(this.scrollHeight < 10000 ? "100%": true);	
}








