#example .demo-container
{
    background-image: url('images/background.jpg');
    height: 500px;
    width: 879px;
    border-width: 0;
    padding: 0;
}

.img-countries
{
    width: 40px;
    height: 40px;
    float: left;
}

.img-cities
{
    width: 60px;
    height: 60px;
    float: left;
}
.countryName
{
    display: block;
    float: left;
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0 10px;
}
.cityName
{
    display: block;
    float: left;
    font-size: 30px;
    line-height: 1.2;
    margin: 10px 0 0 10px;
}

.RadListBox1
{
    left: 37px;
    top: 84px;
}

.RadListBox2
{
    left: 53px;
    top: 84px;
}

.RadListBox3
{
    top: 84px;
    left: 66px;
}

.header
{
    color: White;
}

.header div, .header span
{
    position: relative;
}
