/* CSS Document */

html		{
			margin: 0;
			padding: 0;
			
			}
			
body 		{
			font-family: Arial, Verdana, sans-serif;
			font-size:62.5%;
			margin:0 auto;
			padding:0;
			text-align: center;
			background: #fff;
						
			}

a, a:active	{
			text-decoration: none;
			outline: none;
			
			}

#movie		{
			position:absolute;
			top: 50%;
			left: 50%;
			width: 854px;
			height: 480px;
			margin-top: -240px; /*set to a negative number 1/2 of your height*/
			margin-left: -427px; /*set to a negative number 1/2 of your width*/
			background-color: #fff;
			
		}