* {
	margin:0;
	padding: 0;
}
body {
	text-align:center;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#787878;
	background-color:#7e1f1d;
   background-image: url(../img/bg15.png);  
   /*background-image: url(../img/bg04.png);*/
}
div#intro {
	position: absolute;
	width:250px;
	height:485px;
	margin-left: -125px;
	margin-top: -242px;
	left:50%;
	top:50%;
	background-color: #ffffff;
}
div#logo {
	text-align: center;
	height:125px;
	/*background-color: #d0c7ac;*/
	background-color: #d4d0c8;
	background-color: #000000;
}
div#logo img {
	margin-top:10px;
	border:0;
}
div#movie {
	width:230px;
	height:300px;
	margin:10px;
	background-color: #000000;
}
div#close {
	/*background-color: #d0c7ac;*/
	background-color: #000000;
	height: 15px;
	padding:15px;
}
a {	
	color:#ffffff;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
