body {
    background: #19485a url(graphics/background.jpg) repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a img {
    border: none;
}

#container {
    width: 617px;
    margin: auto;
	padding: 0 30px;
    background: url(graphics/bg.png) repeat-y;
}

	#container p {
		width: 80%;
		margin: 1em auto;
	}

#flagfront {
    text-align: center;
}

#partner {
    float: right;
    margin-left: 20px;
    margin-right: 64px;
}

    #partner p {
        font-size: 7pt;
        font-weight: bold;
        color: #0B6C96;
        text-decoration: underline;
        text-align: center;
    }

    #partner img {
        margin: 0 20px;
        text-decoration: none;
    }

#separator {
    background: url(graphics/underline.jpg) no-repeat center;
    height: 3px;
    margin: 20px 0;
}

#choose_country {
	text-align: center;
}

#flags {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align: center;
}

#flags li {
    display: inline;
}

#footer {
    background: url(graphics/bottom.png) bottom no-repeat;
    width: 677px;
    height: 72px;
    margin: auto;
}

h1 {
    background: url(graphics/top.png) no-repeat;
    height: 72px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 23px;
    width: 677px;
    margin: 30px auto -23px auto;
	z-index: 10;
}