* {
	margin:0;
	padding:0;}
a {
	outline:none;
	color:#454545;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
img {
	border:none;}
html {
	overflow-y:scroll;}
table {
	border-collapse:collapse;}	
body {
	color:#454545;
	background:url(../images/bg.gif) repeat-x #677b9b;
	font:11px Verdana, Arial, Helvetica, sans-serif;}
	
#container {
	width:780px;
	margin:0 auto;
	position: relative;
	background:url(../images/container.gif);
	border-bottom:3px solid #fec600;}
#header {
	position:relative;
	height:290px;
	background:url(../images/header.jpg) no-repeat;}
#headerLeft,
#headerRight {
	position:absolute;
	top:0;
	height:200px;
	background-repeat:no-repeat;}
#headerLeft {
	width:30px;
	left:-30px;
	background-image:url(../images/left.png);}
#headerRight {
	width:54px;
	right:-54px;
	background-image:url(../images/right.png);}
#headerPart {
	z-index:100;
	position:absolute;
	left:443px;
	bottom:-58px;
	width:283px;
	height:58px;
	background:url(../images/logo.png) no-repeat;}
#logo {
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;}

	
#main {
	float:left;}
.item {
	float:left;
	clear:both;
	width:750px;
	background:#FFF;
	margin:15px 15px 10px;}
		
.item .title,
.item .image,
.item .description {
	border:1px solid #091875;}
.item .left {
	float:left;
	width:208px;
	height:300px;
	margin:2px;}
	.item .title {
		float:left;
		clear:both;
		width:196px;
		padding:1px 5px;
		height:30px;
		text-align:center;
		background:#0b24a3;
		border-bottom:0;}
	.item .title a {
		color:#FFF;
		font-weight:bold;}
	.item .description {
		float:left;
		width:196px;
		height:260px;
		overflow:hidden;
		padding:5px;
		color:#000;
		background:#fbb809;}
	.item .buttons {
		float:left;
		clear:both;
		width:100%;}
	
	.item .buttons a {
		width:178px;
		height:25px;
		display:block;
		margin:5px auto 0;
		background-repeat:no-repeat;}
	.item .buttons a:hover {
		background-position:left bottom;}
	.item .buttons a.movie {
		background-image:url(../images/btn-movie.jpg)}	
	.item .buttons a.trailer {
		background-image:url(../images/btn-trailer.jpg)}
	

	.item .images {
		float:left;
		width:538px;
		padding-bottom:2px;}
		.item .images a {
			float:left;
			margin:2px 2px 0 0;
			border:1px solid #000;}
	

	
#footer {
	clear:both;
	width:100%;
	padding:5px;
	color:#FFF;
	text-align:center;}
#footer a {
	color:#FFF;}