* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    margin: 0;
    padding: 0;
    background: url("../images/background-body.jpg") center top repeat-x #f9f8f4;
}

a img {
	border: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    padding: 0;
    list-style: none;
}

#wrapper {
    background: url("../images/background-wrapper.png") no-repeat scroll center top transparent;
    height: 772px;
    left: 50%;
    margin: 0 0 0 -492px;
    position: absolute;
    width: 984px;
}

.screenshot {
    position: absolute;
    background: url("../images/sprite-screenshots.png") no-repeat;
    left: 220px;
    top: 190px;
    display: none;
}

.glare {
    height: 555px;
    left: 370px;
    top: 140px;
    width: 259px;
    background-position: -371px -491px;
    display: block;
}

.screenshot1 {
    width: 360px;
    height: 480px;
    background-position: -0px -491px;
    display: block;
}

.screenshot2 {
    width: 360px;
    height: 480px;
    background-position: -742px -0px;
}

.screenshot3 {
    width: 360px;
    height: 480px;
    background-position: -371px -0px;
}

.screenshot4 {
    width: 360px;
    height: 480px;
    background-position: -0px -0px;
}

.button {
    position: absolute;
    background: url(../images/sprite-buttons.png) no-repeat;
}

#menu {
    position: absolute;
    width: 120px;
    top: 400px;
    height: 100px;
    left: 50px;
}

#menu .button {
    position: relative;
    display: block;
    background: url(../images/sprite-buttons.png) no-repeat;
    padding: 5px;
    float: right;
}

#menu .button.contact {
    width: 80px;
    height: 24px;
    background-position: -127px -187px;
}

#menu .button.contact:hover {
    background-position: -218px -187px;
}

#menu .button.facebook {
    width: 95px;
    height: 27px;
    background-position: -211px -111px;
}

#menu .button.facebook:hover {
    background-position: -211px -149px;
}

#menu .button.watch {
    width: 69px;
    height: 24px;
    background-position: -0px -222px;
    cursor: pointer;
}

#menu .button.watch:hover {
    background-position: -80px -222px;
}

.button.close {
    display: none;
    top: 15px;
    left: 630px;
    width: 73px;
    height: 56px;
    background-position: -127px -111px;
    cursor: pointer;
}

.button.curious {
    top: 751px;
    left: 225px;
    width: 116px;
    height: 77px;
    background-position: -0px -111px;
}

#like {
    position: absolute;
    top: 340px;
    left: 810px;
    display: none;
}

#about {
    top: 430px;
    color: #767563;
    font-family: Helvetica, sans-serif;
    position: absolute;
    width: 280px;
    height: 200px;
    left: 650px;
    font-size: 15px;
}

#overlay {
    display: none;
    background: #000000;
    opacity: 0.8;
    position: absolute;
    z-index: 98;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

#video {
    display: none;
    position: absolute;
    top: 500px;
    left: 50px;
    z-index: 99;
    background: #000000;
}

#video iframe {
    opacity: 0;
    position: relative;
    background: #000000;
}

#available {
	margin: 1em 0;
	text-align: center;
}

#available-on {
	display: block;
	margin: 0.25em auto;
}