@charset "utf-8";

body {
	background:url(../img/bg.gif) 0 0 repeat;
	padding:5% 0 0 0;
}

.movie {
		position: relative;
		width: 100%;
  		padding-top: 56.25%;
	}
	
	.movie iframe {
		position: absolute;
		top: 0;
  		right: 0;
  		width: 100% !important;
  		height: 100% !important;
	}
	
	img {
		width:100%;
		height:auto;
	}
	
	p.close {
		clear:both;
		margin:5% 0 0 0;
		padding:0 0 5% 0;
	}	

