div { 
	position:absolute; 
	margin:0; 
	padding:0;
}

#viewport { 
	z-index: 1;
	width:300px; 
	height:250px; 
	overflow:hidden;
    background-color: #FFFFFF;
}

#border { 
	position: absolute;
    left: 0;
    top: 0;
	width:300px; 
	height:250px; 
	background: url(images/border_300x250.png) no-repeat;
}

#clickable { 
	position: absolute;
    left: 0;
    top: 0;
	width:300px; 
	height:250px; 
	background-color: white;
	opacity: 0;
}

#glassesRow { 
	position: absolute;
    left: 0;
    top: 0;
	width:704px; 
	height:179px; 
	background: url(images/glassesRow.jpg) no-repeat;
}

#glasses1 { 
	position: absolute;
    left: 0;
    top: 0;
	width:100%; 
	height:100%; 
	background: url(images/glasses1.png) no-repeat;
}

#glasses2 { 
	position: absolute;
    left: 0;
    top: 0;
	width:100%; 
	height:100%; 
	background: url(images/glasses2.png) no-repeat;
}

#glasses3 { 
	position: absolute;
    left: 0;
    top: 0;
	width:100%; 
	height:100%; 
	background: url(images/glasses3.png) no-repeat;
}

#text1 { 
	position: absolute;
    left: 0;
    top: 0;
	width:100%; 
	height:100%; 
	background: url(images/text1.png) no-repeat;
}

#text2 { 
	position: absolute;
    left: 0;
    top: 0;
	width:100%; 
	height:100%; 
	background: url(images/text2.png) no-repeat;
}

#offerDetails { 
	position: absolute;
    left: 0;
    top: 0;
	width:65px; 
	height:14px; 
	background: url(images/offerDetails.png) no-repeat;
}

#cta { 
	position: absolute;
    left: 0;
    top: 0;
	width:118px; 
	height:31px; 
}

#ctaOver { 
	position: absolute;
    left: 0;
    top: 0;
	width:113px; 
	height:32px; 
	background-color: white;
}

#ctaBG { 
	position: absolute;
    left: 0;
    top: 0;
	width:113px; 
	height:32px;
	background-color: #cf1e2d; 
}

#ctaText { 
	position: absolute;
    left: 7px;
    top: 12px;
	width:100%; 
	height:100%; 
	background: url(images/ctaText.png) no-repeat;
}

#logo { 
	position: absolute;
    left: 0;
    top: 0;
	width:300px; 
	height:47px; 
	background: url(images/logo.jpg) no-repeat;
}


#legalOverlay { 
	position: absolute;
    left: 0;
    top: 0;
	width:284px; 
	height:87px; 
	background: url(images/legalOverlay.png) no-repeat;
}






