@charset "UTF-8";
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #fff;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

div,
div img,
video,
canvas {
	position: absolute;
}

img.center,
div.center,
p.center {
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-height: 152px;
	max-width: 176px;
}

.hidden {
	visibility: hidden
}

sup {
	font-size: 60%
}

#ad {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background: url('bkgd.png');
	cursor: pointer;
	/*background: url('../assets/guides/g1.jpg');*/
}


/* SPRITE SHEET ================================================ */
.sprite {
	background-image: url(spritesheet.png);
	background-repeat: no-repeat;
	display: block;
}

#can {
	width: 100px;
	height: 189px;
	background-position: -1px -1px;
	top:31px;
	left:175px;
}

#gbgr {
	width: 45px;
	height: 11px;
	background-position: -1px -192px;
	top:231px;
	left:10px;
}

#t1 {
	width: 70px;
	height: 29px;
	background-position: -1px -205px;
	top:76px;
	left:39px;
}

#t2 {
	width: 110px;
	height: 29px;
	background-position: -1px -236px;
	top:116px;
	left:27px;
}

#t3 {
	width: 72px;
	height: 29px;
	background-position: -1px -267px;
	top:156px;
	left:39px;
}
