HTML, body{
	color:#000000;
	height:100%;

	padding:0px;
	margin:0px;
}

img{
	border:0px;
/*	behavior: url(css/iepngfix.htc);*/
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
/*	background:#f0f0f0;*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#mainContent{
	text-align:left;
}