body
{
   background-color: black;
    /*    background-image: url('../../assets/images/background.jpg');
       background-repeat: no-repeat;
       background-position: center center;
       background-attachment: fixed;    */
}
.background {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../../assets/images/background.jpg') no-repeat center;
    visibility: visible;
}


.gameContent
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 990px;
    height: 610px;
    margin-top: -306px; /* Half the height */
    margin-left: -497px; /* Half the width */
}

.portraitBlocker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 990px;
    height: 610px;
    margin-top: -306px; /* Half the height */
    margin-left: -496px; /* Half the width */
    background: transparent url('../../assets/images/game_background_rotate.jpg') top left repeat;
    visibility: hidden;
}

.oldbrowser {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 915px;
    height: 607px;
    margin-top: -303px; /* Half the height */
    margin-left: -458px; /* Half the width */
    visibility: hidden;
    background: transparent url('../../assets/images/background_ae.jpg') no-repeat center;
}

.noSupportText {
    font-size: 20px;
    font-weight: bold;

}
.oldtext {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -280px;
}

.xptext {
    font-family: Arial;
    font-size: 10px;
    color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 80px;
    margin-left: -125px;

}

.buyNowLink {
     width: 575px;
     height: 220px;
    top: 50%;
    left: 50%;
    margin-top: 372px; /* Half the height */
    margin-left: 20px; /* Half the width */
}

.browserTitle {
    color: #cfcfcf;
    font-family: Arial;
    font-size: 12px;
}
.browserLink {
    color: #ffff00;
    font-family: Arial;
    font-size: 13px;
}

.browserLink1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -330px;
    text-align: center;
}

.browserLink2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -150px;
    text-align: center;
}

.browserLink3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: 45px;
    text-align: center;
}

.browserLink4 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: 230px;
    text-align: center;
}

.tosLink {
    width: 70px;
    height: 10px;
    margin-left: 530px;
    margin-top: 23px;
    cursor: pointer;
}
.ppLink {
    width: 70px;
    height: 10px;
    margin-left: 605px;
    margin-top: -10px;
    cursor: pointer;
}


@font-face {
    font-family: 'EurostileLT';
    src: url('../../assets/fonts/28000B_0_0.eot');
    src: url('../../assets/fonts/28000B_0_0.eot?#iefix')
    format('embedded-opentype'),
    url('../../assets/fonts/28000B_0_0.woff')
    format('woff'),
    url('../../assets/fonts/28000B_0_0.ttf') format('truetype');
}


@font-face {
    font-family: 'EurostileLTBold';
    src: url('../../assets/fonts/28000B_1_0.eot');
    src: url('../../assets/fonts/28000B_1_0.eot?#iefix')
    format('embedded-opentype'),
    url('../../assets/fonts/28000B_1_0.woff')
    format('woff'),
    url('../../assets/fonts/28000B_1_0.ttf')
    format('truetype')
;}
