html {min-height: 100%;height: auto;}

/* Structures */

#container { margin:30px 0px 10px; 
}

#branding {
	display: none;
}
	
#content {
	margin: 0px auto;
	width: 800px;
}

#siteinfo {
	clear: both;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin: 0px auto;
	text-align: center;
}

	#siteinfo-legal { 
	}
	#siteinfo-credits {
	display: none;
	}

/* Navigation */

#nav-main {
	display: none;
}



/* Styles */

body {
	margin: 0px;
	background: #000;
	padding: 0px;
}

h1,
.heading {
	display: none;
}
