html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video
{ margin: 0px; padding: 0px; border:none;}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }
a img {border: none;} a {text-decoration: none;} 
html
{
	width:100%;
	height:100%;	
}
body
{
	background-color: #fbfbfa;
	width:100%;
	height:100%;
	overflow-x:hidden;
	
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 15.6px;
	color:#000;
}

#ContentContainer
{
	position:absolute;
	left:50%;
	top:266px;
	width:100%;
	height:100%;
	max-width:1920px;
	max-height:1080px;
	transform: translate(-50%, 0%);
}
#HeadlineContainer
{
	position:absolute;
	left:50%;
	top:0px;
	width:100%;
	height:100%;
	max-width:996px;
	max-height:400px;
	transform: translate(-50%, 0%);
	background-image:url(../IMAGES/HEADLINE_BG.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
#CtaContainer
{
	position:absolute;
	left:50%;
	width:100%;
	height:100%;
	max-width:996px;
	max-height:68px;
	transform: translate(-50%, 0%);
	background-image:url(../IMAGES/CTA_BG.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
#Recod3VideoPlayer
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	max-width:1920px;
	max-height:1080px;
}

@media all and (min-width: 761px)
{
	body
	{
		background-image:url(../IMAGES/SPLASH_BG.png);
		background-position:top center;
		background-repeat:no-repeat;
		background-size:100% auto;
		background-color: #fbfbfa;
	}
	
	#HeadlineContainer
	{
		/*max-height:266px;*/
	}
}

@media all and (min-width: 480px) and (max-width: 760px)
{
	body
	{
		background-image:url(../IMAGES/SPLASH_BG.png);
		background-position:top center;
		background-repeat:no-repeat;
		background-size:100% auto;
		background-color: #fbfbfa;
	}
	
	#HeadlineContainer
	{
		/*max-height:106px;*/
	}
}

@media all and (max-width: 479px)
{
	body
	{
		background-image:url(../IMAGES/SPLASH_BG.png);
		background-position:top right;
		background-repeat:no-repeat;
		background-size:350% auto;
		background-color: #fbfbfa;
	}
	
	#HeadlineContainer
	{
		/*max-height:66px;*/
	}
}

