body {
 background: #4064b3 -moz-linear-gradient(top, #26247b, #4064b3) repeat-x;
 background: #4064b3 -webkit-gradient(linear, left top, left bottom, from(#26247b), to(#4064b3)) repeat-x;
 width: 100%;
 padding: 0;
 margin: 0;
}

a img {
 border: 0;
}

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

a:active,
a:hover {
 text-decoration: underline;
}

body div.framework {
 margin: 0 auto;
 width: 995px;
 height: 630px;
 background: #e3e6ed;
 background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c3cad7));
 background: -moz-linear-gradient(top,  #ffffff,  #c3cad7);
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 text-align: left;
}

div.countries {
 background-image: url('/px/countries.png');
 width: 535px;
 height: 630px;
 position: absolute;
 top: 0;
 margin-left: 460px;
}

body div.framework div.logo {
 width: 350px;
 height: 65px;
 padding-top: 15px;
 background: #26247b -webkit-gradient(linear, left top, left bottom, from(#26247b), to(#292c82));
 background: #26247b -moz-linear-gradient(top, #26247b, #292c82);
 background-repeat: repeat-x;
 -webkit-border-bottom-right-radius: 30px;
 -moz-border-radius-bottomright: 30px;
 border-bottom-right-radius: 30px;
 text-align: left;
 float: left;
 margin-right: 645px;
}

body div.framework ul.country {
 float: left;
 list-style-type: none;
}

body div.framework ul.country li {
 background-repeat: no-repeat;
 background-position: left center;
 padding-left: 90px;
 line-height: 75px;
 height: 75px;
 font-family: Arial;
 font-weight: bold;
 font-size: 17px;
 margin-left: -10px;
 opacity: 0.4;
 filter: alpha(opacity=40);
 cursor: pointer;
 letter-spacing: 1px;
}

body div.framework ul.country li.hilight {
 opacity: 1.0 !important;
 filter: alpha(opacity=100) !important;
}

body div.framework ul.country li#nl {
 background-image: url('/px/flag_netherlands.png');
}

body div.framework ul.country li#be {
 background-image: url('/px/flag_belgium.png');
}

h1 {
 float: left;
 width: 995px;
 padding-left: 25px;
 font-family: Arial;
 font-weight: bold;
 font-size: 21px;
 margin-bottom: 0;
 margin-top: 25px;
 color: #26247b;
}