#block_1
	{
	float: left;
	width: 520px;
	margin-left: 200px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 200px;
	margin-left: -720px;
	}
#block_3
	{
	float: left;
	width: 180px;
	}

#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}


#wrapper
	{
	width: 900px;
	overflow: hidden; 
	}

#wrapper
	{
	float: left;
	float/**/: none;
	}

#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}

#wrapper
	{
	display: block;
	}

#footer
	{
	clear: both;
	margin-top:10px;
	padding:8px 0 8px 0;
	border-top:1px solid #edede6;
	}
#header, #footer
	{
	width: 900px;
	}
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}


#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 0%;
	max-width: 0px;  
}

#expander {
	background: white;
	margin: 0 -450px 0 -450px;
	min-width: 900px; 
	position: relative;
}


* html #expander { height: 0; }

#wrapper { width: 100%; } 

<!--[if IE]>
#sizer {
	width:expression(document.body.clientWidth > 1280 ? "0px" : "0%" );
}
<![endif]-->