<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background-color: black;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

/* LAYOUT ------------------------------ */

#wrapper
{
	width: 100%;
	margin: 0 auto;
	border: 0px solid #444;
	top: 50px;
	left: 0px;
	height: 900px;
	position: absolute;
}

#container
{
	width: 400px;
	margin: 0 auto;
	border: 0px solid #444;
	right: 100px;
	font-family: arial, helvetica, clean, sans-serif;
	top: 0px;
	position: relative;
}

#studio_logo
{

	left: 0px;
	top: 0px;
	width: 120px;
	height: 50px;
	border: 0px solid #444;
	position: relative;

}

#info_column
{
	left: 10px;
	top: 55px;
	width: 460px;
	height: 100%;
	border: 0px solid #444;
	padding: 15px;
	position: relative;
}

#fanbox
{

	left: 25px;
	top: 60px;
	width: 350px;
	display: block;
	color: #ccd0d5;
	font-size: 12px;
	border: 0px solid #444;
	position: relative;
}

/* CONTENT STYLES ------------------------------ */

a:link {color:#ffcc33;}
a:visited {color:#cccccc;}
a:hover {color:#fff;}

h1 /* Film Title */
{
	color: #cccccc;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0px;
	padding-bottom: 3px;
}

h2 /* Release Info */
{
	color: #FFF;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 20px;
	margin: 0px;
}

h3,h4 /* Talent and Film Credit */
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 13px;
}

h5 /* Synopsis */
{
	color: #cccccc;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 15px;
	margin: 0px;
}

.synopsis_body
{
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
}
</pre></body></html>