body {
	background-image: url(/images_templates/1/images/bg_image.jpg);
	background-position: top center;
	background-repeat: repeat-y;/*no-repeat;*/
	background-color: #FFFFFF;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:link,
a:visited {
	color: #B42900;
	text-decoration: none;
}
a:hover,
a:active {
	color: #CC3300; 
	text-decoration: underline;
}
a:link img,
a:visited img {
	border-color: #B42900;
}
a:hover img,
a:active img { 
	border-color: #CC3300;
}
h1 {
	clear: both;
	font-size: 20px;
	margin: 8px;
}
.container {
	padding: 10px 20px;
	text-align: center;
	width: 100%;
}
.desc { 
	clear: both;
	font-size: 12px;
	line-height: 15px;
	padding: 10px;
	text-align: justify;
}
.flvplayer { 
	border: 1px solid #B42900; 
}
.footer {
	font-size: 10px;
}
div.thumbnail {
	float: left;
	margin: 20px 0;
	text-align: center;
	width: 25%;
}
.thumbnail img {
}
.trailer {
	float: left; 
	text-align: center;
	width: 50%;
}
.trailer span {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}
div.whatsnew {
	float: left;
	height: 210px;
	margin: 0 0 5px 0;
	text-align: center;
	width: 25%;
}
.whatsnew img {
	margin-bottom: 4px;
}
.whatsnew span {
	font-size: 10px;
	font-weight: bold;
}
