*{
	margin:0;
	padding:0;	
}
a{
	text-decoration:none;	
	outline:none;
}
a img{
	border:0;	
}
p{
	font-family: "museo_slab500";
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(160,150,130);
	-webkit-font-smoothing: antialiased;
	line-height: 18px;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: "Museo Slab","Palatino","Book Antiqua",serif;
/*	background: rgb(248,245,240);*/
	background: rgb(255,255,255);
}
@font-face {
    font-family: 'museo_slab500';
    src: url('../fonts/museo_slab_500-webfont.eot');
    src: url('../fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500-webfont.woff') format('woff'),
         url('../fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_500-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}
#container{
	width: 320px;
	height: 100%;
/*	background: rgb(255,255,255);*/
	margin: 0 auto;
/*	border-left: 1px solid rgba(0,0,0,.07);*/
/*	border-right: 1px solid rgba(0,0,0,.07);*/
	text-align: center;
	overflow: hidden;
}
#content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 487px;
	width: 240px;
}
h1{
	display: block;
	width: 150px;
	height: 48px;
	background: url("../images/mar13.png") no-repeat;
	background-image: -webkit-image-set( url("../images/mar13.png")    1x,
										 url("../images/mar13@2x.png") 2x);
	text-indent: -623em;
	margin: 0 auto 9px;
}
#tagline{
	color: rgb(150,140,155);
	margin: 0 auto 22px;
	line-height: 10px;
}
#nanpinky{
	width:150px;
	height:41px;
	margin:0 auto 30px;
	background:url('../images/na-and-pinky.png') center top no-repeat;
	background-image: -webkit-image-set( url("../images/na-and-pinky.png")    1x,
										 url("../images/na-and-pinky@2x.png") 2x);
}
#nanpinky:hover{
	background-position:center bottom;
}
#hero-shot{
	margin-bottom: 65px;
	opacity: 0;
}
#amnion{
	position: relative;
	margin: -282px auto 65px;
	width: 216px;
	height: 214px;
	background: url("../images/amnion.png") center center no-repeat;
	background-image: -webkit-image-set( url("../images/amnion.png")    1x,
										 url("../images/amnion@2x.png") 2x);
}
#hero{
	position: relative;
	width: 80px;
	height: 88px;
	margin: 0 auto;
	background: url("../images/hero.png") center center no-repeat;
	background-image: -webkit-image-set( url("../images/hero.png")    1x,
										 url("../images/hero@2x.png") 2x);
	-webkit-transform: translate3d(0,0,0);
	top: 65px;
}
#shadow{
	width: 60px;
	height: 12px;
	background: url("../images/shadow.png") no-repeat;
	background-image: -webkit-image-set( url("../images/shadow.png")    1x,
										 url("../images/shadow@2x.png") 2x);	
	position: relative;
	margin: 0 auto;
	top: 69px;
	opacity: 0.5;
}
p strong{
	font-size: 20px;
	color:rgb(118,108,98);
	font-weight: normal;
	line-height: 30px;
}
.footnote{
	margin-top: 48px;
	line-height: 16px;
	opacity: 0;
}
.emoji{
	font-size: 20px;
}
