body{
    text-align: center;
    background-color: black;
    color: white;
    font-family: 'Podkova', serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

a img, a img:hover, a img:visited{
    border: none;
}

#pageContainer{
    width:1024px;
    margin: 6em auto;
    text-align: center;
    height: 700px;
}
#coverContainer{
    position: relative;
    top:50%;
    height: 415px;
    margin-top: -200px;

}
#footer{
    position: absolute;
    bottom:0%;
    left: 0%;
    width:100%;
    background-color: black;
    text-align: center;
    border-top: 1px solid #222;
    padding: 1em 0;
    /*margin-left: -192px;*/
}
.quote{
    display: block;
    font-size: 22px;
    margin-bottom:1em;
    text-align: center;
    font-family: 'Marcellus SC', serif;
}

#logo{
    display: block;
    margin: 1em auto;
    width: 850px;
    height: 159px;
}

#trailer{
    display:block;
    margin: 0 auto 2em auto;
}

#foot_region{
    clear:both;
    padding-top: 2em;
}

#features{
    padding: 1em;
    width: 580px;
    float: left;
}

#retailers{
    float:right;
    width: 200px;
    border: grey 1px solid;
    margin-right: 5em;
}

p{
    display: block;
    margin: 1em;
    float: left;
    width: 270px;
}

#divider{
    position:relative;
    top:1em;
    margin-bottom: 1em;
    border-top: 1px solid #333333;
    clear: both;
}

#stronghold{background-image: url("../img/strongholdhd_sprite.png"); background-position: top center;  width:340px; height: 349px;}
#spacecolony{background-image: url("../img/schdbutton_sprite.png"); background-position: top center; width:340px; height: 325px; margin-bottom: 25px}
#crusader{background-image: url("../img/crusaderhd_sprite.png"); background-position: top center; width:340px; height: 349px;}

#stronghold:hover{background-position: bottom center; width:340px; height: 349px;}
#spacecolony:hover{background-position: center 325px; width:340px; height: 325px;}
#crusader:hover{background-position: bottom center; width:340px; height: 349px;}

.buybutton{
    margin: 0 auto;
    display:block;
    height: 42px;
    width: 173px;
    background-image: url("../img/buy_sprite.png");
    background-position: top center;
}

.buybutton:hover{
    background-position: center -42px;
}

.buybutton:active{
    background-position: center -84px;
}

.gameContainer{
    display: inline;
    float:left;
    width: 340px;
}

.store{
    display: block;
    margin: 0 16px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.store:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(0.90);
}