	body
	{
		margin: 0px;
		padding; 0px;
		background-color: #ffffff		;
		background-repeat: repeat;
	}
	div.frame
	{
		position: absolute;
		top:0px;	
		left: 50%;
		height: 450px;
		width: 660px;
		margin-left: -330px;
		margin-top: 54px;
		z-index: 1;
		display: inline;
	}
	div.movie
	{
		position: absolute;
		top:0px;	
		left: 50%;
		height: 432px;
		width: 640px;
		margin-left: -320px;
		margin-top: 63px;
		z-index: 2;
		display: inline;
		
			}
	iframe 
	{
	overflow-x: hidden;
	overflow-y: hidden;
	}
