body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
  	line-height: 130%;
  	width: 100%;
	height:100%;
  	min-width: 970px;
  	color: #333;
}

#container {

	width: 100%;
  	text-align: center;/* IE fix to center the page */
	padding:0;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -300px;
	background:	 url(../images/bck_general_itf.png) repeat-x;
}