a {
    outline: none;
}
body {
 margin: 0;
 padding: 0; 
}
img{
	position: absolute;
}
.clicktag{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#main-container{
	border: solid 1px #d6d6d6;
 	background-color: #fff;  
	position: absolute;
	width: 970px;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
}
#left-container{
	background-color: #fff;  
	position: absolute;
	width: 526px;
	height: 250px;
}
#frame1-text{
	top: 40px;
	left: 22px;
}
#logo{
	top: 181px;
	left: 392px;
}
#cta{
	position: absolute;
	/*opacity: 0;*/
	width: 210px;
	height: 46px;
	left: 20px;
	top: 173px;
	overflow: hidden;
	background-image: url(cta.png);
	background-position: top;
}
#cta_over{
	position: absolute;
	opacity: 0;
	width: 210px;
	height: 46px;
	left: 20px;
	top: 173px;
	overflow: hidden;
	background-image: url(cta.png);
	background-position: bottom;
}
#cta_copy{
	position: absolute;
	background-image: url(cta_copy.png);
	background-position: bottom;
	width: 210px;
	height: 46px;
	left: 20px;
	top: 173px;
	overflow: hidden;
    opacity: 0;
    z-index: 3;
}
#cta_copy_blue{
	position: absolute;
	background-image: url(cta_copy.png);
	background-position: top;
	width: 210px;
	height: 46px;
	left: 20px;
	top: 173px;
	overflow: hidden;
    /*opacity: 0;*/
}
#right-container{
	position: absolute;
	left: 526px;
	width: 444px;
	height: 250px;
	overflow: hidden;
}
video{
	position: absolute;
	left: 0px;
}
#video-quotes1, #video-quotes2, #video-quotes3{
	opacity: 0;
	position: absolute;
	color: rgb(255, 255, 255);
	font-size: 32px;
	font-family:Helvetica Neue, Helvetica, Arial;
	font-weight: 300;
	line-height: 1.122;
	text-align: center;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    margin: 0;
    transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    text-shadow: 0px 0px 10px rgba(20, 30, 43, 0.38);
}
span{
	font-size: 18px;
	font-family:Helvetica Neue, Helvetica, Arial;
	font-weight: 400;
	text-shadow: 0px 0px 10px rgba(20, 30, 43, 0.38);
}
