* {
  margin: 0;
  padding: 0; }

body, html {
  height: 100%; }

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font: 14px Futura, Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #FEFBD2;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

	  
	  
	  
	  
  body h1 {
	font-family: 'Rock Salt', serif;
	color: black;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
}
  body h1 em {
	font-family: 'Rock Salt', serif;
	color: white;
	text-shadow: 0px 0px 3px #000;
}
  body h2 {
    color: white; }
  body h1, body h2 {
	   color: white;
	  font-family: 'Rock Salt', serif;
    font-weight: normal; 
	 text-shadow: 2px 2px 2px #000;
	}
  body h1, body h2, body p {
	  font-family: 'Rock Salt', serif;
    margin: 10px 0; }
  body h2 {
	font-family: 'Rock Salt', serif;
	text-shadow: 1px 1px 1px #000;
	font-size: 18px;
	letter-spacing: 0px;
}
    body h2 a {
     text-shadow: 2px 2px 2px #000; }
  body > div {
    position: absolute; }
  body #video {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25); }
  body .footer {
	bottom: 50px;
	height: 20px;
	position: absolute;
	width: 200px;
}
    body .footer iframe, body .footer div {
      position: absolute; }
    body .footer .twitter-share-button {
      left: 0; }
    body .footer .facebook-like-button {
      right: 0; }

.social{
	text-shadow: none;
	margin: 0px;
	padding: 0px;
}

.social a a:hover a:link a:visited {
	padding: 0px 0px;
	text-decoration: none;
	
	}

	
	
.download a {
	color: white;
	padding: 2px 10px;
	text-decoration: none;
}

.download a:hover {
	text-shadow: none;
}
