#container {
	background-image: url("img/body-bg.png");
	background-repeat: repeat-y;
	border: none;
	width: auto;
}

.hidden, #shortcuts, #vortal, #vortals, #nav, #breadcrumb, #searchbox, #logo {
	overflow: hidden;
	visibility: hidden;	
	width: 1px;
	height: 1px;
}


#content, #content-scroll {
	height: auto;
	overflow: visible;
	font-size: 15px;
	margin-left: 0px;
}

#vortal {
	position: relative;
}

#header, #sponsors {
	display: none;
	font-size: 0px;
	height: 0px;	
}

#footer {
    border-top: 1px solid #c0c0c0;
    color: #666666;
    font-size: 0.8em;
}

#footer #updated {
	border: 2px none;
	float: left;
	width: auto;
	text-align: left;
}

#footer #copyright {
	margin: 0px;
	padding-left: 220px;
	display: inline;
}
