#container{
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1100) ? '900px' : '75%');
}
