* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

#main {
	max-width: 100%;
	width: 500px;
	height: 464px;
	background: url(images/itsalwaystimeforanap.gif) no-repeat center center;
	background-size: 100%;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

h1, p.intro {
	opacity: 0;
	z-index: -999;
	pointer-events: none;
}

a.info-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: url(images/info_btn.gif);
	display: block;
}

.share {
	width: 130px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	left: 10px;
}

a.twitter-btn {
	background: url(images/twitter_btn.gif);
	display: inline-block;
	height: 60px;
	width: 60px;
}

a.fb-btn {
	background: url(images/fb_btn.gif);
	display: inline-block;
	height: 60px;
	width: 60px;
	position: absolute;
	right: 0;
	zoom: .94;
}

#info {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow-y: auto;
}

#info a {
	color: transparent;
}

#profile {
	width: 320px;
	height: 300px;
	background: url(images/profile.gif) no-repeat center center;
	display: block;
	margin: auto;
	position: relative;
	//outline: red 1px solid;
	margin-top: 40px;
	margin-bottom: 40px;
}

#profile a {
	display: block;
	position: absolute;
}

.link1 {
	width: 300px;
	height: 55px;
	top: 100px;
	left: 10px;
}

.link2 {
	bottom: 60px;
	left: 40px;
	width: 50px;
	height: 45px;
}

.link3 {
	bottom: 60px;
	left: 128px;
	width: 62px;
	height: 45px;
}

.link4 {
	bottom: 55px;
	left: 225px;
	width: 45px;
	height: 50px;
}

#merch {
	width: 320px;
	height: 200px;
	background: url(images/merch.gif) no-repeat center center;
	margin: auto;
	position: relative;
	//outline: blue 1px solid;
	margin-bottom: 40px;
}

#merch a {
	position: absolute;
	display: block;
}

.link5 {
	height: 180px;
	width: 110px;
	top: 10px;
	left: 20px;
}

.link6 {
	height: 180px;
	width: 105px;
	top: 10px;
	left: 190px;
}

a.close-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: url(images/close_btn.gif);
	display: block;
}

@media (max-width: 320px) {
	div.share, .info-btn, .close-btn {
		zoom: .7;
	}
}