html {
	font-size: 15px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #ffffff;
	min-height: 101%;
	height: auto;
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	margin: 0;
	text-align: center;	
	background-color: #0c0f1b;
	background-image: none;
}
td, div {
	font-size: 1.0em;
	vertical-align: top;
	text-align: left;
	line-height: 150%;
}
div {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
a {
	color: yellow;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.footer_main {
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
a.footer_main:hover {
	text-decoration: underline;
}
a.footer_sub {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
a.footer_sub:hover {
	text-decoration: underline;
}
h1 {
	font-family: "ff-tisa-web-pro", serif;
	color: #ffffff;
	font-size: 52px;
	font-weight: 300;
	margin: 0;
	line-height: 62px;
}
h2 {
	font-family: "ff-tisa-web-pro", serif;
	color: silver;
	font-size: 42px;
	font-weight: 300;
	margin: 0;
	line-height: 52px;
}
h3 {
	color: #1aade4;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0;
	line-height: 125%;
}
h4 {
	color: #1aade4;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
	line-height: 125%;
}
div#contentwrap {
	text-align: center;
	width: 100%;
    padding: 0;
    margin: 0;
}
body>div#contentwrap {
    float: left;
	width: 100%;
	overflow: hidden;
}
div#content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
div#sub-content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
div#footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
}
div#sub-footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
div#header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 9999;
}
div#sub-header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
div#main {
	width: 968px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div.col1 {
	width: 608px;
	display: inline;
	float: left;
	margin-top: 40px;
}
div.col2 {
	width: 300px;
	display: inline;
	float: right;
	margin-left: 60px;
	margin-top: 40px;
}

/* Cast and Cred Section */
div.cast-container {
	width: 100%;
	display: block;
	text-align: left;
	clear: both;
	margin-top: 20px;
}
div.cast-col1 {
	width: 48%;
	display: inline-block;
}
div.cast-col2 {
	width: 48%;
	display: inline-block;
}

/* Contributors Section */
div.contributors-container {
	width: 100%;
	display: block;
	text-align: left;
	clear: both;
	margin-top: 40px;
}
div.contributors-col1 {
	width: 48%;
	display: inline-block;
}
div.contributors-col2 {
	width: 48%;
	display: inline-block;
}

/* Footer Section */
div.footer-socials-container {
	width: 100%;
	display: block;
	text-align: center;
	clear: both;
	margin-top: 20px;
}
div.footer-socials-col1 {
	width: 40px;
	display: inline-block;
	margin: 10px 20px 0 10px;
}

/* Header Section */
div.header-container {
	width: 968px;
	display: block;
	text-align: center;
	margin: 20px auto 0 auto;
}
div.header-col1 {
	width: 260px;
	display: inline-block;
	margin-top: 10px;
}
div.header-col2 {
	width: 220px;
	display: inline-block;
	margin-top: 10px;
}
div.header-col3 {
	width: 478px;
	display: inline-block;
	margin-top: 10px;
}
div.header-release-date {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ff0;
	margin-top: 20px;
	text-align: center;
}
div.header-socials-container {
	display: block;
	text-align: right;
	margin-top: 24px;
}
div.header-socials-like {
	display: inline-block;
	margin-top: 10px;
}
div.header-socials-icon {
	display: inline-block;
	width: 41px;
	margin-left: 20px;
}