@charset "utf-8";
/* CSS Document */

* {
margin: 0;
}
html, body {
	height: 100%;
	color: #FFFFFF;
	background-color: #000000;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -130px;
	margin-left: auto;
	width: 768px;
	
}
#video {
	padding-top: 100px;
}

.footer, .push {
	height: 80px;
	padding-bottom: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
