* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #803D2D;
	color: #483318;
	text-align: center;
	font-size: 62.5%;
	font-family: verdana, helvetica, "sans-serif";
}

#padder { 
	width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -231px;
	float:left;
}

#container {
	position: relative;
	background-color: #FFFAF0;
	width: 800px;
	height: 462px;
	margin: 0 auto;
	clear:left;
}

#logotype {
  position: absolute;
  top: 0;
  left: 470px;
	background: #433D00 url(/images/misc/logotype.jpg) no-repeat center center;
	width: 300px;
	height: 69px;
}

#sidebar {
  position: absolute;
  top: 0;
  right: 0;
	background-color: #9A7F55;
	width: 142px;
	height: 100%;
	overflow: hidden;
}

#content {
  position: absolute;
  left: 0;
  width: 658px;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

#language {
  position: absolute;
  right: 8px;
  bottom: 5px;
}



