@charset"UTF-8";
 body {
    font-family:'arial';
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(landBackground.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
}
.centerWeb {
    position: relative;
    margin: 70px auto;
    padding: 10px;
    width: 700px;
    height: 530px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 0 60px;
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, .6);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .6);
}
.title {
    font-family:'impact';
    color: orange;
    font-size: 32pt;
    text-align: right;
    letter-spacing: 2pt;
    line-height: 28pt;
    position: absolute;
    top: -50px;
    right: 50px;
    width: 550px;
    height: 50px;
    text-shadow: 5px 0 10px #FFF, 0 5px 10px #FFF, -5px 0 10px #FFF, 0 -5px 10px #FFF;
}
.titleBC {
    color: #FFF;
    font-size: 32pt;
    text-shadow: none;
}
.subTitle {
    color: #000;
    font-size: 18pt;
    text-shadow: none;
    letter-spacing: 0pt;
}
.guyStanding {
    position: absolute;
    top: -40px;
    left: -10px;
    width: 210px;
    height: 400px;
}
.guyStanding img {
    width: 100%;
    height: auto;
}
.promoVideo {
    position: relative;
    float: right;
    margin: 20px 40px 0 0;
    width: 450px;
    height: 300px;
}
.isForm {
    position: relative;
    float: right;
    margin: 0 40px 0 0;
    width: 450px;
    height: 210px;
    outline:#000 dashed 2px;
}
.isFormTitle {
    position: absolute;
    top: -30px;
    left: 50px;
    background-color: orange;
    width: 350px;
    height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 24pt;
    padding: 5pt;
}
.special {
    font-size: 14pt;
    color: black;
}
.infoBox {
	position: relative;
    float: right;
    margin: 30px 0 40px 0;
	width: 620px;
	height: auto;
	padding: 20px 40px 40px 40px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 0 60px;
	-webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, .6);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, .6);
	font-size: 12pt;
	line-height: 12pt;
    text-align: center;
	z-index: -1;
}
.infoBoxTitle {
    font-family:'impact';
    color: orange;
    font-size: 24pt;
    letter-spacing: 2pt;
}
