div.layout {
	width: 800px;
	background-color: #FFF;
	background-image: url(background-wide.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -400px;
	padding: 0;
	border-bottom: 7px solid #e2e2e2;
}

div.header {
	background-image: url(header-wide.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

div.header-bar {
	width: 760px;
}

div.header p.languages {	
	width: 370px;
}

div.header p.languages img {
	top: 0;
	left: 0;
	display: inline;
	position: relative;
	vertical-align: middle;
	border: 0px;
}

div.footer {
	width: 620px;
	color: #999;
	clear: both;
/*	margin: -45px 0 0 14px;*/
	margin: -220px 0 0 90px;
	padding-bottom: 40px;
	top: 100%;
	position: absolute;
}
div.footer a {
	color: #999;
}
div.footer img {
	text-align: left;
	margin: 0 5px 10px 0;
	border: 0;
}