* {
	margin:0;
	padding:0;
}
body, html {
	background-color:#333333;
}
body {
	background-image:url("../images/body-bg.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	padding-top:95px;
}
	div.envelope-container {
		width:870px;
		height:580px;
		margin:auto;
		background-image:url("../images/envelope-background.jpg");
		background-position:left top;
		background-repeat:no-repeat;
		position:relative;
	}
		p.support {
			position:absolute;
			bottom:0px;
			right:0px;
		}
			p.support a {
				display:block;
				width:157px;
				height:37px;
				background-image:url("../images/support.png");
				background-position:left bottom;
				background-repeat:no-repeat;
			}
				p.support a span {
					display:none;
				}
			p.support a:hover {
				background-position:left top;
			}
		p.footer-links {
			position:absolute;
			bottom:0;
			right:0;
			color:#f1f1f1;
			display:none;
		}
			.footer-links a {
				font-family:verdana;
				font-size:12px;
				color:#999999;
				text-decoration:none;
			}
			.footer-links a:hover {
				color:#f1f1f1;
			}
		div.envelope-container h1 {
			font-family:arial;
			font-size:30px;
			color:#ffffff;
			font-weight:normal;
			margin:0 0 0 27px;
			padding-top:25px;
		}
			h1 span {
				color:#999999;
			}
		div.video-player {
			width:664px;
			height:421px;
			background-image:url("../images/player-background.png");
			background-position:left top;
			background-repeat:no-repeat;
			margin:0 0 0 20px;
		}
			div.video-player embed {
				margin:20px 0 0 20px;
			}
