body {
	margin: 0px;
}

div {
	position:absolute;
	margin:0px;
	padding:0px;
}

.bannerSize {
	width:260px;
	height:125px;
}

#banner {
	overflow:hidden;
    background-color: #FFFFFF;
    position: relative;
    margin: 0 auto;
}

#border {
	position: absolute;
	pointer-events: none;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 125px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid black;
    opacity: 1;
}

#clickable {
	position: absolute;
    width: 260px;
    height: 125px;	
    left: 0px;
    top: 0px;
	background-color: white;
	opacity: 0;
	z-index: 99;
	cursor: pointer;
}


/* BACKGROUNDS */
#background1 {
	position: absolute;
    left: 0px;
	top: 0px;
	background: url(images/background1.jpg) no-repeat;
	background-size: cover;
}

/* TEXT */
#text1 {
	background: url(images/text1.png) no-repeat;
	background-size: contain;
	left: 4px;
	top: 2px;
}
#text2 {
	background: url(images/text2.png) no-repeat;
	background-size: contain;
	left: 4px;
	top: 2px;
}

/* #replayBtn {
	background-image: url(images/replay.png);
	background-size: contain;
	left: 275px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	z-index: 999;
	cursor: pointer;
} */

#logo {
	background: no-repeat url("images/logo.png");
	position:absolute;
	left: 0px;
	top: 0px;
	background-size: contain;
}

/* #overlay {
	background: no-repeat url("images/overlay.jpg");
	z-index: 9999;
	opacity: 1;
	background-size: contain;
}
#sheenContainer {
	position: absolute;
    overflow: hidden;
    width: 95px;
    height: 21px;
    left: 23px;
    top: 145px;
} */



