body{
    text-align: center;
    background-color: black;
    color: white;
    font-family: 'Podkova', serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background-image: url('../img/bgd.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

h2{
    text-shadow: 0px 2px 1px #777;
    filter: dropshadow(color=#777, offx=0, offy=2);
}

h3{
    font-weight: 900;
    font-size: 21px;
    line-height: 1;
    display: block;
    text-shadow: 0px 2px 1px #777;
    filter: dropshadow(color=#777, offx=0, offy=2);
}

#pageContainer{
    width: 900px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: left;
    background-image: url("../img/bgdcol60.png");
}

.quote{
    display: block;
    font-size: 28px;
    margin-bottom:1em;
    text-align: center;
    font-family: 'Marcellus SC', serif;
    line-height: 0.9;
    color:#f67f1d;

    text-shadow: 0px 1px 1px #6c300c;
    filter: dropshadow(color=#6c300c, offx=0, offy=1);
}

#logo{
    display: block;
    margin: 0 auto;
    width: 850px;
    padding: 1em;
}

#releasedate{
    margin: -35px 0 20px 250px;
    display: block;
}

#trailer{
    display:block;
    margin: 0 auto 2em auto;
}

#foot_region{
    clear:both;
    padding-top: 2em;
}

#features{
    padding: 1em;
    width: 580px;
    float: left;
}

#retailers img{
    display: inline;
    margin: 0 10px;

    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#retailers img:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

p{
    display: block;
    margin: 1em;
    float: left;
    width: 420px;
}

.divider{
    position:relative;
    top:1em;
    margin-bottom: 4em;
    border-top: 1px solid #999;
    clear: both;
}

.thumb{
    margin: 3px;
}

a img{border:none;}

.thumb:hover{
    opacity:0.8;
}

#gallery{
    margin-top: 1em;
}

.downloadbutton{
    width: 249px;
    height: 41px;
    background-position: 0px 0px;
    display: block;
    margin-top:-12px;
}

#download_en{
    background-image: url("../img/dlbutton.png");
}

#download_pl{
    background-image: url("../img/dl_p_button.png");
}

.downloadbutton:hover{
    background-position: 0px 84px;
}

.downloadbutton:active{
    background-position: 0px 41px;
}

a, a:visited{
    color: white;
    text-decoration: none;
}

a:hover{
    color: white;
    text-decoration: underline
}

#patchsource{
    margin: 1em 0;
    background-image: url("../img/lightpixel25.png");
    border: 1px solid grey;
    padding: 1em 1em 3em 1em;
    text-align: center;
}

.patchsource{
    margin: 1em 0;
    background-image: url("../img/lightpixel25.png");
    border: 1px solid grey;
    padding: 1em;
    text-align: center;
}

.patchsource a{
    border: 1px solid transparent;
    margin: 0 2em;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.patchsource a:hover{
    border: 1px solid transparent;
    filter: alpha(opacity=100);
    opacity: 1;
}

.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;
}

.big-button{
    width: 49%;
    height: 170px;
    display: inline-block;
    background-color: #444;
    opacity:0.8;
    text-align: center
}

.big-button:hover{
    background-color: #666;
}

#patch{
    width:inherit;
}