body {
	background-image : url(images/back.gif);
}

#all {
	font-family : sans-serif;
	color : Gray;
	max-width : 1024px;
	min-width : 800px;
	width:expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 1024? "1024px" : "auto");
	margin: 0 auto;
	margin-left : expression(document.body.clientWidth > 1024?(document.body.clientWidth -1024)/2 : "0px");
	background-color : White;
}

#news{
	margin-left : 0px;
	font-size : smaller;
	width : 500px;
}
