@charset "UTF-8";
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

a img {
	text-decoration: none; 
	border: 0px;
}

body{
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#container {
	position: absolute;
	border:1px solid #000000;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	margin: auto;
	overflow: hidden;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#rolloverCatch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
    z-index: 999;
    cursor: pointer;
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
    background-color: #fff;
    z-index: 998;
}

#overlay {
    position: absolute;
    top: -1px;
	left: -1px;
    width: 100%;
    height: 100%;
    z-index: 204;
}
#whtOverlay {
    position: absolute;
    top: -1px;
	left: -1px;
    width: 100%;
    height: 100%;
    z-index: 202;
}
#hideMask {
    position: absolute;
	top: 201px;
	left: 153px;
    overflow: hidden; 
    width:110px;
    height:27px;
	border-radius: 4px;
    z-index: 600;
}
#shimmer {
    position: relative;
	top:-20px;
    left: 200px;  
	opacity: .4;
}
#txt_1 {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#txt_2 {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#txt_3 {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#cta{
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#logo{
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
}
#bckgrd {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#base {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 300;
    height: 309;
    z-index: 1;
}

#refArt {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 988;
}