body {
    position: absolute;
    background: #000000;
    width: 100%;
    min-height: 100%; /* IE hack: */ height: auto !important; height: 100%;
    font: 10pt "Lucida Grande", Tahoma, sans-serif;
    line-height: 1.3;
    color: #cccccc;
}

a,
h2 { color: #ffdd2d; }
b,
h4 { color: #ffffff; }

h2 {
    margin-left: 15px;
    font-weight: bold;
    font-size: 16pt;
    line-height: 1.2;
}
h4 {
    margin: 1em 0 0.8em;
    font-weight: bold;
    font-size: 10.5pt;
}

#splash,
#splash_inner,
#content,
#footer {
    width: 100%;
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

.logo {
    margin: 0px auto 50px auto;
    width: 415px;
    height: 135px;
}

#content .border,
#footer_inner {
    width: 823px;
    margin: 0 auto;
}

#splash { padding-bottom: 250px; background-position: 50% bottom; }
#splash.loaded { background-image: url('/images/web/splash_footer.jpg'); }
#splash_inner { padding-top: 170px; }
#splash_inner.loaded { background-image: url('/images/web/splash_header.jpg'); }

#content .border.top { height: 80px; background-image: url('/images/web/frame_top.png'); }
#content .border.bottom { width: 859px; height: 51px; background-image: url('/images/web/frame_bottom.png'); }

#content_inner {
    margin: 0 auto;
    padding: 0 0 25px;
    width: 817px; /* 823px total */
    border-left: 3px solid #161616;
    border-right: 3px solid #161616;
    background-color: #222222;
    background-image: url('/images/web/frame_background.png');
}

#content .left {
    width: 540px;
}

#content .body { margin: 15px 0 20px 30px; }
#content .blurb { font-size: 11pt; line-height: 1.6; }

#content ul { margin-left: 20px; }
#content ul li { margin: 0.2em 0; list-style-type: disc; }

.store-links { margin-right: 15px; }
.store-links a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.play-button {
    margin-top: 4px;
    margin-bottom: 40px;
    width: 199px;
    height: 47px;
    background: url('/images/web/button_play.png') no-repeat;
}
.play-button:hover { background-position: 0 -47px; }
.play-button:active { background-position: 0 -94px; }

.apple-button {
    margin: 13px auto; /* 25% of height (Apple guidelines) */
    width: 150px;
    height: 52px;
}
.google-button,
.amazon-button {
    margin: 10px auto;
    width: 172px;
}

.screenshots,
.screenshot { width: 510px; }
.screenshots {
    margin: 20px 0;
    height: 320px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.screenshot {
    position: absolute;
    display: none;
}
.screenshot .caption {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 490px;
    background: #000;
    background: rgba(0,0,0,0.8);
    color: white;
    font-weight: bold;
}
#screenshot0 { display: block; }

#content .navigation {
    clear: both;
    margin: 10px 0;
    padding: 17px 40px;
    height: 18px;
	line-height: 18px;
    background-image: url('/images/web/frame_navigation_background.png');
}
#content .navigation li {
	float: left;
    list-style: none;
}
.navigation li a {
	margin-right: 30px;
	padding: 0 5px 0 23px;
	background-repeat: no-repeat;
    background-image: url('/images/web/splash_icons.png?q=1');
    text-decoration: none;
    border-radius: 3px;
}
.navigation li a:hover { background-color: #fee244; color: #222222; }
.navigation .forum { background-position: 0px 0px; }
.navigation .guide { background-position: 0px -18px; }
.navigation .facebook { background-position: 0px -36px; }
.navigation .twitter { background-position: 0px -54px; }

#footer,
#footer a { color: #666666; font-size: 9pt; }
#footer a:hover { color: #999999; }

#footer { border-top: 1px solid #222222; padding: 20px 0; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.left { float: left; }
.right { float: right; }
