/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
	background: #421155 url(bg.jpg) repeat-x;
}
#wrap {
	margin: auto;
	width: 700px;
}




#movietxt {
	display: none;
}

#front {
	color: #cccccc;
	text-align: left;
	width: 700px;
	background: url(front.jpg) no-repeat right top;
	margin: 50px auto auto;
	height: 500px;
	border: 1px solid #666666;
}

#news {
	float: left;
	color: #333333;
	width: 270px;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 70%;
	height: 430px;
	font-weight: bold;
	overflow: auto;
}

.main {
	color: #FFFFFF;
	text-decoration: none;
	width: 250px;
	font-size: 70%;
	position: relative;
	left: 40px;
	clear: left;
	float: left;
	margin-bottom: 5px;
}
img {
	border-style: none;
}
#credits {
	color: #CCCCCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	width: 700px;
	font-size: 60%;
}

#disc {
	margin: auto;
	width: 700px;
	font-size: 60%;
}

#disc a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 30px 0px 10px;
	float: left;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
}
#linkholder {
	display: none;
}

#sitetext {
	display: none;
}
#credits a { color: #666666; }

