body{
	background:#0681ca;
	background-image: url("images/bgMain.png");
	background-position: center top;
	background-repeat: no-repeat;
   margin:0;
   padding:0;
   height:100%;
}
html
{
	margin:0;
	padding:0;
	height: 100%;
}

#content {
   min-height:100%;
   position:relative;
}

#videoHolder
{
	margin-top: 60px;
	height: 450px;
	margin-bottom: 0px;
	text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 500px;
}
#videoHolder iframe {
	
	top: 0;
	left: 0;
	min-width: 320px;
	min-height:424px;
	max-width: 381px;
	max-height:500px;
}

#video
{
	border-radius: 8px;
	border:12px solid #5ed2fd;
}

#title
{
	text-align: center;
	color: #fff;
	font-family: lillita;
	font-size: 70px;
	margin-bottom: 50px;
	line-height: 70px;
	padding-left: 10px;
	padding-right: 10px;
}

.container
{
	padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
	max-width: 900px;
	margin: auto;
}

.container img
{
	border-radius: 8px;
	border:8px solid #5ed2fd;
	max-width: 250px;
	text-align: center;
}

.maintxt
{
	padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
	max-width: 900px;
	margin: auto;
}

.legaltext
{
	color: #FFF;
	font-family: OpenSans;
	font-size: 12px;
	text-align: left;
}

.supporttext
{
	color: #FFF;
	font-family: OpenSans;
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
	max-width: 900px;
	margin: auto;
}

a{
	color: #FFF;
}

#bodyText
{
	color: #fff;
	font-family: OpenSans;
	font-size: 18px;
	text-align: left;
	
}

#bodyText li
{
	text-align: left;
	font-size: 16px;
}

.col-sm
{
	text-align: center;
	padding-bottom: 30px;
}

#boxholder
{
	padding-right: 10px;
	padding-left: 10px;
}
.footerImg
{
	bottom: 0;
	z-index: -10;
	background-image: url("images/bgLower.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 202px;
	margin-top: 0px;
	width: 100%;
	position: absolute;
}

.absolute
{
	position: absolute;
}

#footer
{
	
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#logo
{
text-align: center;
padding-top: 220px;
padding-bottom: 20px;
}

#BMWLogo
{
	text-align: center;
}

.textbox
{
	background-color: rgba(255, 255, 255, 0.7);

	padding: 50px;
}

.textbox a
{
	color: black;
	text-decoration: underline;
}

@font-face {
    font-family: lillita;
    src: url(images/LilitaOne-Regular.ttf);
}
@font-face {
    font-family: OpenSans;
    src: url(images/OpenSans-Regular.ttf);
}