/* CSS Document */

body	{
	background: #dcc url(images2/home_bgx.jpg);
	font: 13px/23px 'trebuchet MS', arial, sans-seriff;
	color:#333;
	text-align:center;
	margin:0 auto;
	padding:0;
	}

#movie	{
	margin:50px auto 0 auto;
	padding:50px 0 50px 0;
	height:50%;
	background:#fff;
	}

#enter	{
	text-align:center;
	margin:10px 0 0 0;
	}
#enter a	{
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
	letter-spacing:.6em;
	}
	
#enter	a:hover	{
	color:#FF0000;
	}
	
#credit	{
	margin-top:50px;
	font-size:80%;
	}
