body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000000;
}

#main {
	height: 94%;
}
#bellyband {
	background: #000;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 44px;
	width: 100%;
	display: block;
	z-index: 1000;
}
#bellyband a {
	outline: none;
}
#bellyband a img {
	border: 0;
}
#bellyband .slogan {
	text-align: left;
	float: left;
	width: 49%;
}
#bellyband .logo {
	text-align: right;
	float: right;
	width: 50%;
}
