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

element {
}

body {
	margin: 0px;
}


#ad {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  box-sizing: border-box;
  width: 300px;
  height: 250px;
  overflow: hidden;
 /* border: 1px solid #000;*/
  background: #FFF none repeat scroll 0% 0%;
  margin: 0px;
  -moz-user-select: none;
}

div {
	cursor: pointer;
}

/* Invisible button for background clickthrough. */
#cta {
	position: absolute;
	width: 300px;
	height: 250px;
	/*top: 87px;
	left: 89px;*/
	cursor: pointer;
	z-index: 400;
}