﻿body {
    font-size: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    min-width: 900px;
    color: #353434;
    background-color: #f6f5f5;
    background-image: url("../../../images/games/trickycolor/background.png");
    background-repeat: repeat;
    background-position: right top;
}

.header {
    text-align: center;
    color: black;
    background-color: white;
    border-bottom: 1px dotted #353434;
    height: 50px;
}

.black-background {
    background-color: #353434;
    width: 100%;
    padding: 5px 0px;
}

.background {
    /*background-color:white;*/
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px dotted #353434;
}

.features {
    background-color: white;
    width: 100%;
    padding: 5px;
    border-bottom: 1px dotted #353434;
}

.title {
    background-image: url("../../../images/games/trickycolor/sprites.png");
    background-position: 0px -38px;
    background-repeat: no-repeat;
    height: 65px;
    width: 515px;
    text-align: center;
    margin: 0px auto;
}

.main {
    font-size: 25px;
    margin: 0px 40px 0px 0px;
    padding: 80px 460px 80px 0px;
}

.screenshots {
    float: right;
    background-image: url("../../../images/games/trickycolor/screenshots.png");
    width: 460px;
    height: 397px;
    margin-top: 10px;
}

.icon-container {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    background-color: #353434;
    margin: 2px 1px;
    padding: 5px;
}

.right {
    float: right;
}

.icon {
    background-image: url("../../../images/games/trickycolor/sprites.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.twitter {
    background-position: 0px 0px;
    width: 38px;
    height: 40px;
}

.android {
    background-position: -77px -2px;
    width: 30px;
    height: 40px;
}

.win {
    background-position: -110px -3px;
    width: 30px;
    height: 36px;
}

.ios {
    background-position: -144px -2px;
    width: 30px;
    height: 40px;
}

.slogan {
    display: inline-block;
    padding: 10px 0px 0px 50px;
    font-size: 25px;
}

.email {
    background-position: -37px -2px;
    height: 40px;
    width: 37px;
}

.bottom {
    bottom: 0px;
}

.fixedbanner {
    background-color: #353434;
    width: 100%;
    padding: 5px 0px;
    position: fixed;
}

.innercontent {
    width: 900px;
    margin: 0px auto;
    position: relative;
}

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

    .store-link .link a {
        margin: 0px;
        display: inline-block;
        border: none;
        text-decoration: none;
        /*background-color: #620604;*/
        /*padding: 5px 5px 0px 5px;*/
    }

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