* {
margin: 0;
padding: 0;
}

img {border: 0;}

body, html {
height: 100%; 
font-family: arial;
text-align: center; 
}

#container {
position: relative; top: 0; width: 735px; min-height: 100%; height:auto !important; /* voor moderne browsers */height:100%; /* voor IE */ margin: 0 auto;
}

#welcome-text {
position: absolute; top: 235px; left: 108px; 
font: bold 16px; color: #455560;
}
#welcome-text h1{
font-size: 16px; color: #455560;
}

#country-select {
position: absolute; top: 300px; left: 75px; width: 620px;
}
#country-select ul {
list-style-type: none;
}
#country-select li {
float: left; margin: 15px 15px 0 0;  
}
#country-select a {
float: left; width: 133px; height: 30px; 
background: url(../img/country-select-link-bg.jpg) no-repeat; 
font: bold 14px arial; color: white; line-height: 28px; text-align: center; text-decoration: none;
}
#country-select a:hover {
background-position: -148px 0;
}

#country-select2 {
position: absolute; top: 300px; left: 195px; width: 620px;
}
#country-select2 ul {
list-style-type: none;
}
#country-select2 li {
float: left; margin: 15px 15px 0 0;  
}
#country-select2 a {
float: left; width: 133px; height: 30px; 
background: url(../img/country-select-link-bg.jpg) no-repeat; 
font: bold 14px arial; color: white; line-height: 28px; text-align: center; text-decoration: none;
}
#country-select2 a:hover {
background-position: -148px 0;
}

#footer {
position: absolute; bottom: 0; left: 10px; height: 25px;
}
#footer ul {
list-style-type: none;
}
#footer li {
float: left; line-height: 25px;
}
#footer a {
float: left; width: 143px; height: 25px; text-indent: -2px;
background: url(../img/footer-link-bg.jpg) no-repeat; 
font-size: 14px; font-weight: bold; color: #455560; text-align: center; text-decoration: none; 
}
#footer a:hover {
background-position: -144px 0; color: white;
}
