html, body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

img{
border: 0;
}

.clear{
clear: both;
}

#wrapper{
width: 984px;
margin: 0 auto;
position: relative;
}

#header{
width: 984px;
height: 70px;
background-color: #42145f;
padding: 0 0 0 20px;
margin: 0 0 12px 0;
}

#box{
width: 898px;
}

#left{
float: left;
width: 480px;
padding: 0;
margin: 17px 0 0;
}

.globe {
    margin-top: 20px;
}

h1{
font-size: 2.5em;
font-weight: 800;
color: #42145f;
text-align: center;
margin: 24px 0 0 0;
}

#worldtext{
font-size: 1.25em;
color: #666;
text-align: center;
}

#right{
width: auto;
float: right;
padding: 50px 45px 0 0;
margin-bottom: 20px;
}

.countrytext {
	float: left;
	margin: 12px 22px 10px 22px;
}

.countrytext {
    font-size: 1.25em;
    color: #42145f;
    text-decoration: none;
}

.countrytext:hover{
    text-decoration: underline;
}

.country {
    display: block;
    clear: both;
    padding: 5px;
    height: 50px;
    box-shadow: 5px 10px 5px #eeeeee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.country:hover {
    background-color: #D3D9DE;
}

.flag{
float: left;
}

#footer{
width: 984px;
height: 58px;
margin: 12px 0 0 0;
}

#copyright{
float: right;
text-align: right;
font-size: 11px;
color: #666;
margin: 16px 24px 0 0;
}
