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

	.container {
    margin:0px auto;
	width: 900px;
	clear: both;
	float: none;
}

	.spacer{
		height: 75px;
	}
	
		.video {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 853px;
	height: 480px;
	margin: 0px auto;
	text-align: center;
	
		}	
		
		.social {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 115px;
	height: 68px;
	margin: 0px auto;
	border-style: none;
		}	
		
		.facebook {
	width: 140px;
	position: absolute;
    top: 100px;
    left: 52%;
    margin-left: -70px;
	z-index: 9;
	}
			
	.footer {
	padding-right: 0px;
	padding-bottom: 0px;
	width: 900px;
	height: 38px;
	float: left;
	margin: 0px auto;
	clear: both;

		}
		
	.logo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 680px;
	height: 125px;
	z-index: 9;
	margin: 0px auto;
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
		}

	
	
	.promo {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	text-align: center;
	height: 250px;
	}

	
	
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-width: 700px;
        min-height: 500px;
        height: 100%;

}

	html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2em;
	color: #FFFFFF;
	font-variant: normal;
	margin: 22px 45px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align:center;
	text-shadow:0px 0px 4px #000000;

}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2em;
	color: #FFFFFF;
	font-variant: normal;
	margin: 22px 45px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align:center;
}


.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	margin: 15px 15px;
	letter-spacing: 5px;
	vertical-align: middle;
	text-align: center;
}


    a:link     {
	color: #FFFFFF;
	text-decoration: none;
	}
    a:visited   {
	color: #FFFFFF;
	text-decoration: none;
	}

    a:hover   {
	color: #FFFFFF;
	text-decoration: none;
	}
    a:active   {
	color: #FFFFFF;
	text-decoration: none;	
	
}


img
{  border-style: none;
}

	
