@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: 300px;
	height: 600px;
	border:1px solid #23233f;
	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: 419px;
    left: 89px;
    overflow: hidden;
    width: 122px;
    height: 33px;
    z-index: 970;
    border-radius: 0px;
}
#shimmer {
    position: relative;
    top:0px;
    left: 200px;
    opacity: .2;
}
#cta, #copy1, #copy2, #rose, #dante, #dusty, #legal, #greenmask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#greenmask, #legal, #copy2 {
    opacity: 0;
}
#bckgrd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}