body {
	margin: 10px 0px;  padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	background: #000;
	font-family: Georgia, "MS Serif", "Times New Roman";
	font-size: 13px;
	letter-spacing: 0px;
	color: #000;
	}
	
.links {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 105px;
	}
	
	
.movie {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	}
	
.text {
	text-align: left;
	margin-left: 175px;
	margin-right: 175px;
	}
	
.subtitles {
	text-align: left;
	margin-left: 175px;
	margin-right: 175px;
	font-family: Georgia, "MS Serif", "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: a71e1d;
	}
	
.footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "MS Serif", "Times New Roman";
	font-size: 10px;
	color:#666666;
	}
	
	
a:link {
	font-family: Georgia, "MS Serif", "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
a:visited {
	font-family: Georgia, "MS Serif", "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	font-family: Georgia, "MS Serif", "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #a71e1d;
	}
	
.iframe {
	text-align: right;
	padding-right: 155px;
	padding-top: 25px;
	}

img {
	border: 0px;
	}