/* MAIN STUFF */
html {
	background: url(bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#container {
	position: absolute;
	top:50%;
	right:50%;
}

footer {
	position: absolute;
	bottom: 150px;
	width:100%;
	color: #CCC;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	z-index:-99;
}

iframe {
	position: absolute;
   top: 55%;
   left: 50%;
   width: 500px;
   height: 281px;
   margin-top: -140px; /* Half the height */
   margin-left: -250px; /* Half the width */

    -moz-box-shadow:    0px 0px 99px 40px #000;
  	-webkit-box-shadow: 0px 0px 99px 40px #000;
  	box-shadow:         0px 0px 99px 40px #000;
}

img {
	position: absolute;
   	left: 25%;
	width:50%;
}