@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #000000;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 864px;
}
#rightCol {
	width: 248px;
	float:right;
}
#leftCol {
	width:213px;
	float:left;
}
#synopsis {
	height: 306px;
	background-image: url(../img/textBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #740C0D;
	font-size: 12px;
	line-height: 15px;
	padding-right: 42px;
}
#trailer {
	height: 279px;
	padding-top:27px;
	background-image: url(../img/textBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #740C0D;
	font-size: 12px;
	line-height: 15px;
}
#centerCol {
	margin-left:213px;
	margin-right:248px;
}
a:link {
	color: #740C0D;
}
a:visited {
	color: #740C0D;
}
a:active {
	color: #740C0D;
}
