body {
    background-color: rgba(51,46,39,1);
/*    background-image: linear-gradient(to bottom, rgba(0,0,0,1) 15%,rgba(51,46,39,1) 33%); *//* W3C */
    /*background: linear-gradient(to bottom, rgba(28,46,54,1) 0%,rgba(0,0,0,1) 50%,rgba(51,46,39,1) 100%), rgba(51,46,39,1);*/ /* Old browsers */
    background: rgba(51,46,39,1); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(28,46,54,1) 0%, rgba(0,0,0,1) 50%, rgba(51,46,39,1) 100%), rgba(51,46,39,1); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,46,54,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(51,46,39,1))), rgba(51,46,39,1); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(28,46,54,1) 0%,rgba(0,0,0,1) 50%,rgba(51,46,39,1) 100%), rgba(51,46,39,1); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(28,46,54,1) 0%,rgba(0,0,0,1) 50%,rgba(51,46,39,1) 100%), rgba(51,46,39,1); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(28,46,54,1) 0%,rgba(0,0,0,1) 50%,rgba(51,46,39,1) 100%), rgba(51,46,39,1); /* IE10+ */
    background: linear-gradient(to bottom, rgba(28,46,54,1) 0%,rgba(0,0,0,1) 50%,rgba(51,46,39,1) 100%), rgba(51,46,39,1); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e36', endColorstr='#332e27',GradientType=0 ); /* IE6-9 */
    background-size: 100% 2000px, auto;
    background-repeat: no-repeat;
    font-family: VT323, "Lucida Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    color: #e2e2e2;
    line-height: 23px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}

h2 {
    font-size: 32px;
    color: #ffb643;
}

a {
    color: #2691bf;
}

a:visited {
    color: #4288a6;
}

a:hover {
    color: #328bb2;
}

p {
    margin-bottom: 0;
}

#logo, .content {
    width: 680px;
    margin: 0 auto;
}

#logo {
    text-align: center;
    width: 400px;
    height: 169px;
    text-indent: -1000em;
    margin-top: 50px;
    margin-bottom: 0;
    background-image: url(images/logo3.png);
}

#tagline {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

#tagline em {
    color: #4288a6;
    font-style: normal;
}

#news {
    text-align: center;
    margin: 0;
    margin-top: 15px;
    color: #e5b66a;
    font-size: 24px;
}

#news a {
    color: #e5b66a;
}

.content {
    border-bottom: 1px solid #444;
    margin-bottom: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

#about {
    text-align: center;
}

.content > h2:first-child {
    margin-top: 0;
}

.content .aside {
    font-size: 20px;
    color: #888;
    text-align: center;
}

.content img.screen {
    display: block;
    margin: 0 auto;
    border: 1px solid #777;
}

#platforms {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-collapse: collapse;
}

#platforms .appstore {
    border-right: 1px dashed #999;
}

#platforms .price {
    font-size: 22px;
}

#platforms .aside {
    margin: 0;
    margin-top: 10px;
}

/*#platforms a {
    color: #328bb2;
}*/

#directpurchase {
    font-size: 28px;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border: 1px solid #999;
}

#navigation {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 28px;
}

#navigation li {
    display: inline;
    padding: 0 10px;
}

#purchase, #soundtrack {
    text-align: center;
}

#soundtrack iframe {
    margin: 0 auto;
}

#footer {
    text-align: center;
    color: #777;
}

.gallery {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.gallery li {
    display: inline-block;
}
.gallery li img {
    border: 1px solid rgb(28,46,54);
    width: 120px;
    margin: 0 10px;
}

#screenshot {
    padding-top:10px;
}

#screenshot img {
    display: block;
    margin: 0 auto;
    border: 1px solid rgb(28,46,54);
}

.attribution:before {
    content: "\2014";
    margin-left: 20px;
    margin-right: 5px;
}

#trailer iframe {
    display: block;
    margin: 0 auto;
}