body, body * {
    margin: 0px;
	padding: 0px;
}

#mainContainer {
	position: absolute;
	width: 336px;
	height: 280px;
	overflow: hidden;
	z-index: 1;
}

#bg {
	position: absolute;
	width: 336px;
	height: 280px;
	
	top: 0px;
	z-index: 1;
}

button {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 336px;
	height: 280px;
    cursor: pointer;
	z-index: 10;
	border:none;
}

#tiffany {
	position: absolute;
	width: 148px;
	height: 47px;
	left: 94px;
	top: 220px;
	z-index: 1;
}
#logo {
	position: absolute;
	width: 138px;
	height: 73px;
	left: 100px;
	top: 13px;
	z-index: 1;
}
#copy1 {
	position: absolute;
	width: 211px;
	height: 51px;
	left: 62px;
	top: 127px;
	opacity: 0;
	z-index: 2;
}

#copy2 {
	position: absolute;
	width: 250px;
	height: 51px;
	left: 43px;
	top: 127px;
	opacity: 0;
	z-index: 2;
}

#cta {
	position: absolute;
	width: 99px;
	height: 19px;
	left: 118px;
	top: 144px;
	opacity: 0;
	z-index: 2;
}