body {
    color: #fff;
    font: 22px/23px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    background: url(images/bg.png) repeat-x #2696d2;
    padding: 0;
    margin: 0;

}

a:link, a:visited {
    color: #fff;
    text-decoration: none;
}

a:active, a:hover {
    color: #b9e5ff;
    text-decoration: none;
    text-shadow: -1px -1px 2px #2f5871;
}

#wrapper {
    width: 100%; 
    margin: 0 auto; 
    padding: 0; 
    background: transparent url(images/bgwaves.png) no-repeat center;
    height: 600px;
    position: relative;
    top: 20px;
}

#container {
    width: 780px;
    height: 600px;
    margin: 0 auto;
    padding-top:80px;
}

.leftnav {
    float: left;
    width: 230px;
    padding: 55px 50px 0 0;
    font-size: 20px;
    line-height: 22px;
    text-shadow: 1px 1px 2px #024c74;
}


.rightnav {
    width: 460px;
    float: right;
    border-left: 2px solid #fff;
    padding: 58px 0 50px 35px;
    text-shadow: 1px 1px 2px #024c74;
}

.rightnav p {
    float: left;
}

.rightnav img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    bottom: 7px;
}

.rightnav a:hover img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.countries_left {
    width: 220px;
    float: left;

}

.countries_right {
    width: 240px;
    float: right;
}

.copyright {
    clear: both;
    margin: 0 auto;
    font-size: 11px;	
    width: 200px;
    text-shadow: 1px 1px 2px #024c74;
    padding-top: 60px;
    color: #99d1f0;
}

.country {
    float: left;
    padding-bottom: 6px;
	width: 240px;
}
