#header, #sideCol
{ 
	display:none;
}

#container
{
	position 				: relative;
	width 					: 1001px;
	text-align 				: left;
	margin 					: auto;
	/*border 					: 1px solid red;*/
}

#content
{
	position 				: relative;
	top 					: 0px;
	left 					: 0px;
	overflow 				: visible;
	width 					: 985px;
	background 				: none;
	z-index 				: 1;
}

