body
{
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
object, embed {
	vertical-align: middle;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/*
#header-container, #footer-container {
	position: absolute;
	left: auto;
	right: auto;
	width: 100%;
}
#header-container {
	top: 0;
}
#footer-container {
	bottom: 0;
}
*/
#header {
	top: 0;
}
#footer {
	bottom: 0;
	height:5em;
	margin-top:5em;
}
#header, #footer {
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	background-color: #4b4b4b;
}
#header-contents, #footer-contents {
	color: #f4f4f4;
}
#header-contents {
	padding: 1em 2em;
}
#footer-contents {
	padding: 1em 2em;
	font-size: 75%;
}
.hide {
	display: none;
}
a {
	color: #a2a2a2;
}
#facebook-badge {
	margin-top: 2em;
}
