body
{
	margin: 0!important;
	background-color: black;
}

div#container
{
	width: 100%;
}

div#header
{
	width: 100%;
	height: 200px;
}

div#logo
{
	width: 800px;
	height: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px
}

div#content
{
	width: 100%;
	height: 600px;
	margin-top: 30px;
}

div#inner_content
{
	width: 100%;
	height: 350px;
	display: none;
	background-color: gray;
	padding-top: 50px;
}

div#footer
{
	width: 100%;
	height: 150px;
}

h1
{
	font-size: 48px;
	font-family: courier;
	color: white;
}

h2
{
	font-size: 56px;
	font-family: courier;
	color: white;
	text-align: center;
}

h3
{
	font-size: 36px;
	font-family: courier;
	color: white;
	text-align: center;
}

h4
{
	font-size: 24px;
	font-family: courier;
	color: white;
	text-align: center;
}