* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

a {
    color: #8cc63f;
    font-weight: bold;
    text-decoration: none;
}

img {
    border: 0px;
    display: block;
}

div#container {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

    div#container div#header {
        height: 122px;
        width: 1050px;
        padding-bottom: 40px;
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
    }
    
        div#container div#header div#headtop {
            height: 57px;
            width: 1050px;
            background-color: #8dc73f;
        }
        
            div#container div#header div#headtop div#headtoptail {
                height: 57px;
                width: 25px;
                background-image: url('img/toptail.jpg');
                background-repeat: no-repeat;
                float: right;
            }
        
        div#container div#header div#headbottom {
            height: 65px;
            width: 1050px;
        }
        
            div#container div#header div#headbottom div#headbottomtail {
                height: 65px;
                width: 199px;
                float: left;
                background-image: url('img/bottomtail.jpg');
                background-repeat: no-repeat;
            }
            
            div#container div#header div#headbottom div#headbottomtitle {
                height: 65px;
                width: 361px;
                float: left;
                background-image: url('img/title.jpg');
                background-repeat: no-repeat;
            }
            
            div#container div#header div#headbottom div#headbottomspace {
                height: 65px;
                width: 286px;
                float: left;
            }
            
            div#container div#header div#headbottom div#headtbottomlogo {
                height: 65px;
                width: 204px;
                float: left;
                background-image: url('img/logo.jpg');
                background-repeat: no-repeat;
            }
            
    div#container div#content {
        width: 1050px;
    }
    
        div#container div#content div#content-wrap {
            width: 496px;
            margin-left: 200px;
        }
        
            div#container div#content div#content-wrap div#intro-text {
                width: 496px;
                text-align: left;
                padding-bottom: 40px;
            }
            
            div#container div#content div#content-wrap div#flags {
                width: 496px;
                padding-bottom: 20px;
            }
            
            div#container div#content div#content-wrap div#country {
                width: 484px;
                padding-left: 12px;
                height: 26px;
                border: 1px solid #CCCCCC;
                
                line-height: 23px;
                text-align: left;
                vertical-align: middle;
                color: #666666;
                font-weight: bold;
            }