/* Hide all navigational elements */

#header, #footer, #nav, #rightCol {
	display:none;
}

html {
background:white none repeat scroll 0% 0%;
color:black;
}

body {
	background : white;
}

#teams {
	width: auto;
	float: none !important;
	overflow:visible;
	position:static;
}


#content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	overflow:visible;
	position:static;
}


/* work around bugs in old Mozilla */


