.bodyTable {
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/TitleBannerBackground.gif);
	background-repeat: repeat-x;
}

#container
{
min-width: 800px;
width:expression(document.body.clientWidth < 800? "800px": "auto" );
}


