@charset "UTF-8";

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat:no-repeat;
	color:#000;
}

div { position: absolute; }

#container {
	margin: auto;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #000;
	cursor:pointer;
}

#content {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
}

.group {
	left:0px;
	top:0px;
	width:728px;
	height:90px;
	overflow: hidden;
}

.bg { background:url(bg.jpg); }

#exitBtn {
	visibility:visible;
	background-color: #000;
	opacity:0;
}

/* Spritesheet from https://draeton.github.io/stitches/ */

.sprite {
	display: block;
	position:absolute;
	left:0px;
	top:0px;
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.sprite-cta {
    width: 92px;
    height: 27px;
    background-position: -2px -2px;
}

.sprite-legal {
    width: 81px;
    height: 10px;
    background-position: -98px -2px;
}

.sprite-prod {
    width: 413px;
    height: 91px;
    background-position: -2px -33px;
}

.sprite-sheen {
    width: 65px;
    height: 27px;
    background-position: -183px -2px;
}

.sprite-txt1 {
    width: 155px;
    height: 19px;
    background-position: -252px -2px;
}

.sprite-txt2 {
    width: 133px;
    height: 20px;
    background-position: -2px -128px;
}
