
html{
		height:100%;
	}
body{
	height:100%; /* needed for container min-height */
	margin:0px;padding:0px;
	}
div#center{
	
	position:relative; /* needed for footer positioning*/
	 background:url(../../images/column.gif);
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; z-index:5
	}
div#content {
	padding:1em 1em 125px; /* bottom padding for footer (should be height of footer+padding you want) */
	margin-left:23px; 

	}
div#sideShell{
	position:absolute; left:721px; height:100%; width:100%; overflow:hidden;
	}
div#tabShell{
	position:absolute; top:-29px; left:10px;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	right:5px;
	font-size:.6em;
	text-align:center;
	color:#ADD169;
	}