html {
	overflow: auto;
}
 
html, body {
%	border:1px solid #808080;

	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font: 14px/120% Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
 
div#header {
%	border:1px solid #808080;

	padding:0px;
	background:url("../image/header.jpg") no-repeat top left #fffff8;
	height:245px;
}

h2#header_text {
	position:absolute;
	top:190px;
	left:210px
}

div#container {
	%border:1px solid #808080;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative;/* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	padding:0px;
}

div#content {
	border:1px solid #808080;

	padding:1em 1em 5em; /* bottom padding for footer */
	/*убираем обтекание*/
	overflow:hidden;
	zoom:1; 
	margin-right:10em;
}

div#footer {
%	border:1px solid #808080;

	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 62px;
	%border-top:1px solid #808080;
	background:url('../image/bottom.jpg') no-repeat bottom left #fffff8;
}




