html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	}
body {
	background-color:#313131;
	color:#aaaaaa;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:12px;
    }
.contain {
	text-align:center;
	}
.movie {
	width:853px;
	background-color:#000;
	border:0;
	margin:0 auto;
	}

.logo {
	width:853px;
	border:0;
	margin:10px auto;
	text-align:left;
	}
	
.caption {
	width:853px;
	border:0;
	margin:20px auto 5px auto;
	text-align:left;
	}

.caption h2, .caption h3, .caption p {
	border:0; margin:0; padding:0;
	font-weight:normal;
	}
	
.caption h2 {
	font-size:12px;
	margin-bottom:8px;
	}
	
.caption h3 {
	font-size:10px;
	margin-bottom:20px;
	}	
	
.caption p {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	}

a {
	color:#fff;
	font-weight:600;
	}