/* CSS Document */

body {
	background-color:#b20000;
	margin:0px;
	padding:0px;
	background-image:url(../images/background/rpgtile.gif);
	background-repeat:repeat;
}

.movie {
	position: absolute;
	top: 0;
  	right: 0;
 	bottom: 0;
  	left: 0;
  	width: 50%;
  	height: 50%;
  	margin: auto;
} 
