@charset "utf-8";
body {
	font-family:Tahoma;
	font-size:14px;
	background: #bd9677;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.oneColFixCtr #container {
	width: 960px;
	height: 1328px;
	background-image: url(../images/BG_movie.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #container2 {
	width: 960px;
	height: 1328px;
	background-image: url(../images/BG_movie.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin:0 auto;
	padding: 460px 10px 100px 120px;
	width:550px;
	text-align: left;
	font-size: 14px;
	color: #333;
	font-style: ;
	
}

