@charset "UTF-8";
/* CSS Document */

html, body	{ padding: 0; margin: 0; overflow: hidden; font:inherit; vertical-align:baseline}
img			{ position: absolute; left: 0; top: 0; margin: 0; padding: 0; border: none; }
div			{ position: absolute; left: 0; top: 0; display: block; overflow: hidden; }

#banner {
  left: 0px;
  top: 0px;
  width: 160px;
  height: 600px;
  cursor:pointer;
	background-color: rgba(255,255,255,1);
}
#outl {
  left: 0px;
  top: 0px;
  width: 160px;
  height: 600px;
}
#bg {
  left: 0px;
  top: 0px;
  width: 160px;
  height: 600px;
}

#cta_hld {
  left: 7px;
  top: 349px;
  width: 160px;
  height: 160px;
}
#cta1 {
  left: 16px;
  top: 0px;
  width: 144px;
  height: 56px;
}
#cta1_blr {
  left: 0px;
  top: 0px;
  width: 159px;
  height: 56px;
}
/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
#cta1_exit {
	position: absolute;
	width: 144px;
	height: 56px;
  left: 16px;
	top: 336px;
	cursor: pointer;
	opacity: 0;
	z-index: 401;
}
#cta2_exit {
	position: absolute;
	width: 144px;
	height: 56px;
  left: 16px;
	top: 392px;
	cursor: pointer;
	opacity: 0;
	z-index: 4020;
}
