/* always in 'shortPort' mode */
html body #container, body#home #container {padding-bottom: 0px;}
html body #footer, body#home #footer {height: auto; position: relative; top: auto; margin-bottom: 0;}
html body #content, body#home #content {background-position: 50% 100%; background-attachment: scroll; }


html body div#pagewrap * {
	color: #000;
}

body, #pagewrap, #header, #footer, #container, #content, #content-a, #content-b {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	position: static;
	z-index: auto;
	background: transparent none;
}

#content-b {
	display: none;
}

/* hide menus */
#submenu, #header .nav {
	display: none;
}