@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#B0242E;	
}
#holder {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#ecine {
	width:1024px;
	height:800px;
}
