html, body
{
	margin:0;
	padding:0;
	width:100%;
	font-family:arial,helvetica,sans-serif;
}

#container
{
	margin:1em;
}


img {
	border: 0;
}

strong.logo
{
	display:block;
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

h1.logo a,
strong.logo a
{
	display:block;
	width:210px;
	height:0;
	padding-top:134px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url('../images/logo-white-bg.png');
}

h2 { text-align: center }

ul { text-align: center }

.de strong.logo a, .de h1.logo a {background-image:url('../images/logo-de-white-bg.png'); width:225px;}
.es strong.logo a, .es h1.logo a {background-image:url('../images/logo-es-white-bg.png'); width:228px;}
.it strong.logo a, .it h1.logo a {background-image:url('../images/logo-it-white-bg.png'); width:210px;}

/* this is on the about-us page */
.go-ahead {
	display: none;
}


#feedback {
    margin: 0px auto;
    width: 400px;
}

#footer
{
	margin-top:5em;
	padding-top:0.5em;
	border-top:1px solid #666;
	font-size:0.7em;
}

#footer ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul li
{
	display:inline;
	border-right:1px solid #666;
	padding-right:3px;
}

#footer ul li.last
{
	border-right:none;
}

