img {
	max-width: 100%;
	max-height: auto;
}
#banner, body {
	margin: 0;
	padding: 0
}
#banner, .img, .imgmain,  .border,  .container{
	position: absolute;
	width: 970px;
	height: 250px;
	left: 0px;
	top: 0px;
	padding: 0px;
}
#banner, .img, .imgmain {
	opacity: 0
}
#banner {
	background: #FFF;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#banner,  .container {
	overflow: hidden
}
.border {
	border: 1px solid rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#exit_link {
	position: absolute;
	/*border: 1px rgba(0, 0, 0, 0.5); solid;*/
	display: none;
	opacity: 0;
}
button {
	background: url(970x250_CTA.png) no-repeat left top;
	background-size: 970px 250px;
	position: absolute;
	border: none;
	width: 970px;
	height: 250px;
	left: 0px;
}