body {
	font-family: "Oxygen", Arial, Helvetica, sans-serif;
	background: #000;
}

a, a:hover, a:active, a:visited {
	color: #c00000;
	font-weight: bold;
}

.anchor {
	padding-top: 66px;
}

.content {
	background: #fff;
	padding-bottom: 66px;
}

.header {
	height: 50px;
	color: #fff;
	background: #000;
	position: fixed;
	z-index: 10000;
	font-size: 24px;
	text-align: center;
}

.header a {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
}

.header a:hover {
	background: #800000;
}

.new-gs {
	margin: 0 auto;
	padding: 16px;
	max-width: 1000px;
	background: #e0e0e0;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.new-gs .lead {
	font-weight: bold;
}

.new-gs .download-button {
	background: #c00000;
	border: 0;
	outline: 0;
	width: 336px;
	height: 137px;
	font-size: 21px;
	vertical-align: top;
	color: #fff;
}

.new-gs .download-button:hover {
	background: #800000;
}

.new-gs .download-item {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}

.footer {
	font-weight: normal;
	color: #fff;
	height: 84px;
	background: #000;
	text-align: center;
}

.footer a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

.footer a {
	display: inline-block;
	padding: 25px 20px;
	text-align: center;
	font-size: 24px;
}

.footer a:hover {
	background: #800000;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.outer {
	width: 100%;
}

.logo {
	margin: 0 auto;
	margin-top: 100px;
}

.youtube-vid {
	width: 100%;
	height: 360px;
}

.buttons .btn, .new-gs .btn {
	width: 175px;
	margin: 10px;
	background: #c00000;
	border: 0;
	border-radius: 0;
	color: #fff;
}

.buttons .btn:hover, .new-gs .btn:hover {
	font-weight: normal;
	background: #800000;
}

.video-container {
	height: 563px;
}

.youtube-vid {
	width: 1000px;
	height: 562px;
}

.screenshots-container {
	height: 143px;
}

.screenshots-container span {
	display: inline-block;
	width: 25%;
	height: 142px;
	background-size: cover;
	border-right: 1px solid #fff;
}

.screenshots-container span:hover {
	opacity: 0.75;
}

.screenshots-container span.screenshot1 {
	background-image: url(../img/screenshots/1_sm.jpg);
}
.screenshots-container span.screenshot2 {
	background-image: url(../img/screenshots/2_sm.jpg);
}
.screenshots-container span.screenshot3 {
	background-image: url(../img/screenshots/3_sm.jpg);
}
.screenshots-container span.screenshot4 {
	background-image: url(../img/screenshots/4_sm.jpg);
	border-right: 0;
}