/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* global */
#container_dc {
	position: absolute;
	width: 726px;
	height: 88px;
	border:1px solid #bebebe;
	top: 0px;
	left: 0px;
	margin: auto;
	/*change overflow to none*/
	overflow:hidden;
}
#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	z-index: 100;
}
#bgFade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9994;
	background-color: white;
}

#bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url(bg.jpg);
	background-repeat:no-repeat;	
	background-color: transparent;
}
#frame{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(frame.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#logo{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(logo.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#blue_bottom{
	position:absolute;
    left: 1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(blue_bottom.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#green_bottom{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(green_bottom.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#card{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
}

#copy1{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(copy1.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#copy2{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(copy2.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#copy3{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(copy3.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#copy4{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(copy4.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#copy5{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(copy5.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#copy6{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(copy6.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}
#bg_shape{
	position:absolute;
    left: 0px;
    top: -100px;
    width: 728px;
    height: 290px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);	
	background-image: url(bg_shape.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

.ie8 #bg_shape { 
	display:none;
}



#cta{
	position:absolute;
    left: -1px;
    top: -1px;
    width: 728px;
    height: 90px;
	background-image: url(cta.png);
	background-repeat:no-repeat;	
	background-color: transparent;
}

#cta_mask{
	position:absolute;
    left: 600px;
    top: 49px;
    width: 64px;
    height: 19px;
    background-color: transparent;
    opacity: .5;
  /*  z-index: 400;*/
    overflow: hidden;
    border-radius: 6px;
}

#cta_blur{
	position:absolute;
    left: 126px;
    top: 0px;
	width:100px;
	height:70px;
	background-image: url(blur.png);
	background-repeat:no-repeat;	
	background-color: transparent;
	z-index: 400;
	opacity:.3;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 728px;
	height: 90px;
	filter: alpha(opacity=0);
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	background-color:white;
	z-index: 400;
}
#noscripted{
    position: absolute;
    width: 728px;
    height: 90px;
	top:0;
    left: 0;
    z-index: 9999;
}
#btn-exit{
    width: 728px;
    height: 90px;  
    cursor:pointer;
    opacity:0;
     z-index: 800;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}

