body
{
    background: #5C673D url(../images/background.png) no-repeat top center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
}

a, a:hover, a:visited { text-decoration: none; }

.countryContainer
{
    width: 939px;
    height: 707px;
    background: url(../images/countryselector.png) no-repeat bottom center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.countryList
{
    position: absolute;
    top: 195px;
    left: 195px;
    overflow: hidden;
}
ul.countries
{
    width: 175px;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
ul.countries li
{
    background: url("../images/flags2.gif") no-repeat scroll 10px 7px #FFFFFF;
    height: 21px;
    line-height: 21px;
    padding: 0 10px 0 35px;
    margin: 0 0 10px 0;
}
ul.countries li.US
{
    background-position: 10px 7px;
}
ul.countries li.GB
{
    background-position: 10px -9px;
}
ul.countries li.CA
{
    background-position: 10px -25px;
}
ul.countries li.AU
{
    background-position: 10px -42px;
}
ul.countries li.BE
{
    background-position: 10px -58px;
}
ul.countries li.DK
{
    background-position: 10px -74px;
}
ul.countries li.FI
{
    background-position: 10px -90px;
}
ul.countries li.FR
{
    background-position: 10px -106px;
}
ul.countries li.DE
{
    background-position: 10px -122px;
}
ul.countries li.KR
{
    background-position: 10px -138px;
}
ul.countries li.NL
{
    background-position: 10px -154px;
}
ul.countries li.NZ
{
    background-position: 10px -170px;
}
ul.countries li.PL
{
    background-position: 10px -186px;
}
ul.countries li.RU
{
    background-position: 10px -202px;
}
ul.countries li.ZA
{
    background-position: 10px -218px;
}
ul.countries li.SE
{
    background-position: 10px -234px;
}
ul.countries li.TW
{
    background-position: 10px -250px;
}
ul.countries li.CN
{
    background-position: 10px -266px;
}
ul.countries li.CH
{
    background-position: 10px -282px;
}
ul.countries li.CL
{
    background-position: 10px -298px;
}
ul.countries li a
{
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
}
.countryStump 
{
    background: url("../images/stump.png") repeat-y scroll 0 0 transparent;
    height: 400px;
    margin: 0 auto;
    width: 924px;
}
