body {
	background: #000 url(/images/stage.jpg) no-repeat fixed center;
	background-size: cover;
	font-family: Calibri, Arial;
	color: #ffffff;
}

video#bgPlayerVid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	background: #000 url(/images/stage.jpg) no-repeat fixed center;
	background-size: cover;
}

@media screen and (max-device-width: 800px) {
	body {
		background: #000 url(/images/stage.jpg) no-repeat fixed center;
		background-size: cover;
	}
	video#bgPlayerVid {
		display: none;
	}
}

img {
	border-width: 0px;
}

#firstlook img {
    margin: 0px 12px;
}

div#logo, div#register {
	text-align: center;
	margin: 0 auto;
}

div#title {
	text-align: center;
	margin: 12px auto;
}

div#firstlook {
    text-align: center;
}

div#content {
	background-color: rgba(0,0,0,0.67);
	font-size: 11pt;
	border: 2px solid #666666;
	border-radius: 6px;
	margin: 12px auto;
	padding: 12px;
	width: 750px;
}

#content h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0 15px;
}

#content p {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 6px;
}

div.blogpost {
	background-color: rgba(0,0,0,0.67);
	font-size: 11pt;
	border: 2px solid #666666;
	border-radius: 6px;
	margin: 12px auto;
	padding: 12px;
	width: 750px;
}

.blogpost h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0;
}

span.author {
    color: #cccccc;
	font-size: 9pt;
	margin-bottom: 3px;
}

div#youtube {
	text-align: center;
	margin: 12px auto;
	width: 900px;
}

div#footer {
	text-align: center;
	font-weight: bold;
	margin: 12px auto;
	width: 100%;
	color: #666666;
}

#footer img {
	margin-top: 3px;
}

a:link, a:visited {
	color: #1aa3ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff751a;
	text-decoration: underline;
}