body{
margin:0px;
padding:0px;
color: #fff;
background:url(../img/bg.jpg) no-repeat center top;
background-color: #464646;
}

.align-middle{
vertical-align:middle;
}

.title{
	text-align:center;
	padding-top:50px;
	font-size:18px;
	line-height:20px;
}

.text{
	text-align:left;
	font-size:12px;
	width:440px;
	height:105px;
	line-height:19px;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
}

.movie{
	text-align:center;
	padding-top:20px;
	height:200px;
}

.movie-bottom{
	width:500px;
	height:20px;

}

.banner{
	text-align:center;
	padding-bottom:15px;
}

.close{
	text-align:center;
	padding-bottom:20px;
	font-size:12px;
	line-height:18px;
}

a:link{
color:#fff;
text-decoration:underline;
}

a:visited{
color:#fff;
text-decoration:underline;
}

a:hover{
color:#fff;
text-decoration:underline;
}

a:active{
color:#fff;
text-decoration:underline;
}

.c-both {
clear:both;
}


