

#left
{
	position: absolute;
	left:10px;
	top:180px;
	width:150px;
	background:#fff;
}

#center
{
	background:#fff;
	margin-left: 160px;
	margin-right:160px;
}

#rightcontent 
{
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	background:#fff;
}

#footer
{
	text-align: center;
	clear: both;
	position: absolute;
	padding-top: 20px;
	padding-bottom: 5px;
	left: 170px;
}


#languageSwitch
{
	padding-right: 20px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}