#page {
	max-width:950px;
	width:expression(document.body.clientWidth > 950? "950px": "auto" );
	margin:auto;
	text-align:left;
}

/* minwidth
----------------------*/

.minwidth {
	min-width: 780px;
	
}

.wrapper {
	background:#fff url(/i/bg.jpg) 100% 0 no-repeat;
	color:#000;
	
	/*border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;*/
}

* html .minwidth {
	border-left: 780px solid #fff;
}
* html .wrapper {
	margin-left: -780px;
	position: relative;
}
/*\*/
* html .minwidth, * html .wrapper {
	height: 1px;
}
/**/
/* End minwidth
----------------------*/
