﻿body {
    font-size: .85em;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-image: url("../../../images/games/miceinvasion/wall.jpg");
    background-repeat: repeat;
    background-position: right top;
    min-width: 1024px;
}

.page {
    padding-right: 199px;
    width: 825px;
    margin: 0px auto;
}

.header a img {
    text-decoration: none;
    border: none;
}

.video {
    margin-left: 10px;
    height: 545px;
    width: 817px;
    background: transparent url("../../../images/games/boards.png") no-repeat 0px 0px;
}

.footer {
    position: fixed;
    background-image: url("../../../images/games/miceinvasion/floor.png");
    background-repeat: repeat-x;
    height: 96px;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.mouse {
    /*background-image: url("images/mi_mouse.gif");*/
    height: 35px;
    width: 96px;
    /*height:65px;
     width: 191px;*/
    position: absolute;
    display: inline-block;
    z-index: 10;
}

.store {
    margin-left: 8px;
}

    .store .link {
        height: 145px;
        width: 268px;
        display: inline-block;
        background: transparent url("../../../images/games/boards.png") no-repeat -825px -0px;
    }


        .store .link a {
            margin: 38px 0px 0px 23px;
            display: inline-block;
            width: 250px;
            border: none;
            text-decoration: none;
        }

            .store .link a img {
                text-decoration: none;
                border: none;
            }

/*.footer {
    position:fixed;
    bottom:0px;
    width:100%;
}*/

.footer .container {
    max-width: 1024px;
    margin: 0px auto;
    background-color: red;
    position: relative;
}


.box {
    background-image: url("../../../images/games/miceinvasion/box.png");
    background-repeat: no-repeat;
    height: 136px;
    width: 131px;
    display: inline-block;
    position: absolute;
    bottom: -45px;
    right: 0px;
}

    /*.box:hover {
      background-position: -135px 0px;

}*/

    .box .icon {
        background-image: url("../../../images/games/miceinvasion/icons.png");
        width: 84px;
        height: 63px;
        display: block;
        margin: 45px 0px 0px 14px;
        text-decoration: none;
    }

        .box .icon.twitter {
            background-position: 0px -63px;
        }

            .box .icon.twitter:hover {
                background-position: -84px -63px;
            }



        .box .icon.youtube {
            background-position: 0px -126px;
        }

            .box .icon.youtube:hover {
                background-position: -84px -126px;
            }

        .box .icon.email {
            background-position: 0px 0px;
        }

            .box .icon.email:hover {
                background-position: -84px 0px;
            }

        .box .icon.presskit {
            background-position: 0px -189px;
        }

            .box .icon.presskit:hover {
                background-position: -84px -189px;
            }


.reviews .board {
    float: left;
    /*display:inline-block;*/
    height: 200px;
    width: 238px;
    padding: 70px 0px 0px 30px;
    color: white;
    font-size: 20px;
    background: transparent url("../../../images/games/boards.png") no-repeat -830px -144px;
}

    .reviews .board div {
        display: inline-block;
        width: 214px;
    }

.about {
    color: white;
    margin: 0px 16px 0px 23px;
    padding: 10px;
    border: 7px solid #2a2b2b;
    background-color: #434447;
    font-size: 18px;
}

    .about .half {
        width: 48%;
        display: inline-block;
    }