html, body {
	
	padding: 16px;
	background: #242f3a; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #242f3a 0%, #161616 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#242f3a), color-stop(100%,#161616)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #242f3a 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #242f3a 0%,#161616 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #242f3a 0%,#161616 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #242f3a 0%,#161616 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242f3a', endColorstr='#161616',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	font-family: sans-serif;
	font-size: .9em;
	line-height: 1.3;
}

#content {
	background: transparent url('newgmtvideo.png') no-repeat center top;
	height: 2526px;
	width: 889px;
	display: block;
}

#changelog {
	background: #EFEFEF;
	width: 889px;
	display: block;
	text-align: left;
	padding: 16px;
}

#vid {
	position: relative;
	top: 35px;
	left: -20px;
}

#content a, a:link {
	position: relative;
	display: block;

	text-decoration: none;

	background-color: transparent;
	opacity: .2;
}

#content a:hover {
	background-color: #FFFFFF;
}

#footer {
	margin-top: 16px;
	color: #EFEFEF;
	display: block;
	text-align: center;
	padding: 16px;
}

#footer a, a:link {
	position: static;
	display: inline;
	
	color: #8F8F8F;
	text-decoration: underline;

	padding: 1px;
	/*font-size: 115%;*/

	text-decoration: none;
	opacity: 1;
}

#footer a:hover {
	color: #080808;
	text-decoration: none;
	padding: 1px;
	/*font-size: 115%;*/
		
	animation: glow 1s;
	-moz-animation: glow 1s; /* Firefox */
	-webkit-animation: glow 1s; /* Safari and Chrome */
	-o-animation: glow 1s; /* Opera */
		
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);

	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(232,240,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(232,240,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(232,240,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(232,240,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(232,240,244,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(232,240,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e8f0f4',GradientType=0 ); /* IE6-9 */
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	color: #1D3773;

	text-shadow: 1px 2px 0px #DDDDDD;
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 185%;
	border-top: 1px dotted #CCCCCC;
	margin-top: 30px;
	padding: 10px;
}
h2 a, a:visited, h3 a, a:visited {
	text-shadow: none;
}
h2, h3 {
	/*margin-bottom: -15px;*/
	font-family: sans-serif;
}
h4, h5 {
	padding: 0px;
	margin: 0px;
	color: #777777;

	float: right;

	font-style: italic;
}
h5 {
	float: none;
	font-size: 90%;
		
	/*text-align: right;*/
}