

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	margin-top: 0px;
	padding: 0;
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #300c01;
}

.main-image {

	margin-top: -50px;


}

.vid-tease {
	margin: 0px auto;
	padding: 10px;
	background-image: url("../video/vid_background.png");
	background-width: 100%;
	background-height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.footer {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}

.footer a {
	color: #000000;
}

.footer a: hover {
	text-decoration: underline;
}






