html {
	height: 100%;
}

body {
	height: 100%;
}

.body_style
{
	text-align:center;
	margin:0;
	padding:0;
}

div.wrapper_high {
	background-image: url(../faceplate_high.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	width: 970px;
	height: 800px;
}
div#content_video_high {
	position: relative;
	top: 10px;
	left: 310px;
	width: 648px;
}
div#content_copyright_high {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	left: 10px;
	width: 350px;
}
div.wrapper_low {
	background-image: url(../faceplate_low.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	width: 640px;
	height: 528px;
}
div#content_video_low {
	position: relative;
	top: 50px;
	left: 250px;
	width: 240px;
}
div#content_copyright_low {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	top: 80px;
	left: 10px;
	width: 350px;
}