body {
	background-color: #000;
	color: #fff;
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#langSelect {
	width:640px;
	height:480px;
	margin:auto;
}

a:link {
	color: #d00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d00;
	text-decoration: underline;
}

a:active {
	color: #fbff00;
}

a:visited {
	color: #d00;
}

#indicia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #000000;
	width: 800px;
	text-align: justify;
}

#indicia img {
	float: left;
	margin-right:10px;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;

}

#content img {
	display: block;
}

#content_trailers {
	width: 720px;
	margin: 0;
	padding: 40px;
	background: url(img/bg_demon.jpg) no-repeat center top;
	min-height: 500px;
	display: block;
}

* html #content_trailers {
	height: 500px;
	width: 800px;
}

#content_csl {
	width: 720px;
	margin: 0;
	padding: 40px;
	background: url(img/bg_starchild.jpg) no-repeat center top;
	min-height: 500px;
	display: block;
}

* html #content_csl {
	height: 500px;
	width: 800px;
}

#content_licensees {
	width: 720px;
	margin: 0;
	padding: 40px;
	background: url(img/bg_celestial.jpg) no-repeat center top;
	min-height: 500px;
	display: block;
}

* html #content_licensees {
	height: 500px;
	width: 800px;
}

#content_links {
	width: 720px;
	margin: 0;
	padding: 40px;
	background: url(img/bg_koab.jpg) no-repeat center top;
	min-height: 500px;
	display: block;
}

* html #content_links {
	height: 500px;
	width: 800px;
}

#content_privacy {
	width: 760px;
	margin: 0;
	padding: 20px;
	background: #000;
	min-height: 500px;
	display: block;
	text-align: justify;
}

* html #content_privacy {
	height: 500px;
	width: 800px;
}

#col_right {
	float: right;
	width: 340px;
	padding: 10px;
	background: url(img/col_bg.jpg) #000000;
	border: 1px solid #999;
	display: block;
}

#col_left {
	float: left;
	width: 340px;
	padding: 10px;
	background: url(img/col_bg.jpg) #000000;
	border: 1px solid #999;
	display: block;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#ccc;
}

.article {
	text-align:left;
	line-height:1.4em;
	padding:auto 100px;
	font-size:14px;
}