#lowCurrencyScreen {
    background-image: url('../../img/bk-upgrade-menu.jpg');   
}

#lowCurrencyScreen .title {
    width: 390px;
    height: 83px;
    display: block;
    position: absolute;
    top: 140px;
    left: 190px;
    background-image: url('../../img/sprite-headers.png');
    background-position: 0px -609px; 
}

#lowCurrencyScreen .container {
    width: 424px;
    height: 189px;
    position: relative;
    margin: 0 auto;
    margin-top: 240px;
}

#lowCurrencyScreen .container #container-text {
    display: block;
    width: 424px;
    position: absolute;
    height: 84px;
    line-height: 84px;
    font-family: "Autour One", serif;
    color: black;
    text-align: center; 
    font-size: 18px;
    color: #231F20;
}

#lowCurrencyScreen .container #container-bottom-buttons {
    width: 424px;
    height: 95px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 95px;
}

#lowCurrencyScreen .container #container-bottom-buttons #bottom-button-close {
    background-image: url('../../img/sprite-btns.png');
    width: 206px;
    height: 66px;
    background-position: -206px -1024px;
    cursor: pointer;
    display: inline-block;
    margin-top: 14px;
}

#lowCurrencyScreen .container #container-bottom-buttons #bottom-button-close:hover {
    background-position: 0px -1023px;
}

#lowCurrencyScreen .container #container-bottom-buttons #bottom-button-close:active {
    background-position: -412px -1021px;
}

#lowCurrencyScreen #close-button {
    display: block;
    width: 45px;
    height: 47px;
    background-image: url('../../img/sprite-btns.png');
    background-position: -573px -709px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#lowCurrencyScreen #close-button:hover {
    background-position: -528px -709px;
}

#lowCurrencyScreen #close-button:active {
    background-position: -483px -709px;
}