@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/images/newBg2.jpg);
	background-repeat: repeat-x;
}
.container {
	background-image: url(../images/NewLayout_13.png);
	height: 320px;
	width: 1000px;
	background-color: #17191F;
}
.left {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	float: left;
	height: 200px;
	width: 300px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.center {
	float: left;
	height: 200px;
	width: 300px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.right {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	float: right;
	height: 200px;
	width: 300px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.movie {
	height: 321px;
	width: 1000px;
}
.midBar {
	height: 52px;
	width: 1000px;
	background-image: url(../images/NewLayout_11.jpg);
}
.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}
a:link {
	color: #CCC;
}
a:hover {
	color: #64B8FD;
}
a:visited {
	color: #CCC;
}
a:active {
	color: #CCC;
}
