﻿html {
	 min-height: 100%; 
	 margin-bottom: 1px; 
}
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../image/body_bg.gif); 
	/*
	background-repeat:repeat-x; 
	background-position:center;
	*/
	background-attachment: fixed;
}

.footer{
	margin-top:3px;
	text-align:right;
	font-size:0.8em;
	clear:both;
}

.esitContent{
	/*margin-top:30px;*/
	margin-left:auto;
	margin-right:auto;
}

