@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;
}

sup {
	font-size: 8px;
}

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

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

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

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

#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;
}

#hideMask {
    position: absolute;
    top: 25px;
    left: 450px;
    overflow: hidden;
    width: 166px;
    height: 36px;
    z-index: 970;
    border-radius: 5px;
}
#shimmer {
    position: relative;
    top:-10px;
    left: 200px;
    opacity: .2;
}
#fiveG, #copy, #legal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;

}

#fiveG {
    top: -204px;
    left: -215px;
    opacity: 0;
}

#copy {
    top: 90px;
}

#legal {
    opacity: 0;
}

#bckgrd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#legalOverlay {
    position: absolute;
    left: 67px;
    top: 235px;
    width: 74px;
    height: 13px;
    opacity: 0;
    z-index: 2000;
}

#legalOverlay a img {
    width: 74px;
    height: 13px;
}