@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;
}

* {
	-webkit-font-smoothing: subpixel-antialiased;
}

a img {
	text-decoration: none; 
	border: 0px;
}

body{
	padding: 0;
	margin: 0;
	background-color: #ffffff; 
}

#container {
	position: absolute;
	border:1px solid #c2c2c2;
	left: 0px;
	top: 0px;
	width: 728px;
	height: 90px;
	margin: auto;
    overflow: hidden;
    background-color: #e3e2d9;
}

#content {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 101%;
	height: 101%;
	z-index: 100;
}

#rolloverCatch {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
    background-color: #fff;
    z-index: 998;
} 

#shimmerMask {
    position: absolute;
    left: 589px;
    top: 31px;
    overflow: hidden; 
    width:107px;
    height:28px;
    z-index: 600;
}

#shimmer {
    position: relative;
    left: 200px;  
    top:-20px;
	opacity: .5;
}

#txt1, #txt2, #txt3, #txt4{
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
}

#txt1Img { 
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%; 
    transform-origin: 100% 100%;
}

#bckgrd_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#bckgrd_2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#wheel {
    position: absolute;
    left: 53px;
    top: 25px;
    width: 240px;
    height: 240px;
    z-index: 100;
}

#wheelImg { 
    position: absolute;
	left: 0px;
    top: 0px;
    width: 240px;
    height: 240px;

    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%; 
    transform-origin: 50% 50%;
}

#logo, #cta {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
}

.lgArt {
    position: absolute;
    width: 100%;
    height: 100%;
}
