body {
background:#000000 url(images/MrsJonesRevenge-BG.jpg) fixed repeat-y center top;
font-family: "Trebuchet MS";
color: #ffffff;
margin: 0px;
}
	
a:link {
color: #FF9500;
text-decoration: none;
}
a:visited {
color: #FF9500;
text-decoration: none;
} 
a:hover {
color: #FF0000;
text-decoration: underline;

}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 853px;
	max-height: 480px;
}