body {
	border: 0;
	margin: 0;
	text-align: center;	
	background-color: #000000;
	background-image: none;
}
#main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#main-content {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	clear: both;
	background-color: transparent;
}
#main-content-sub {
	width: 94%;
    max-width: 1100px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

h1 { color: inherit; font-size: 2.0em; font-weight: 500; line-height: 125%; text-transform: capitalize; clear: both; text-align: center; margin: 0; }
h2 { color: inherit; font-size: 1.8em; font-weight: 500; line-height: 125%; margin: 0; }
h3 { color: inherit; font-size: 1.6em; font-weight: 500; line-height: 125%; margin: 0; }
h4 { color: inherit; font-size: 1.2em; font-weight: 500; line-height: 125%; margin: 0; }

/* Landing Page */
div.landing-container { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); }
div.landing-logo-container { display: block; text-align: center; }
div.landing-logo { display: block; margin: 0 auto; max-width: 600px; }
div.landing-coming-soon { display: block; text-align: center; color: #ffffff; font-size: 3.0em; margin: 40px auto 0 auto; }