html, body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: white;
	width: 955px;
	height: 600px;
}

body {
	font-family: Arial;
	color: black;
	font-size: 12px;
	background-repeat: no-repeat;
}

div#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

div#menu {
	position: absolute;
	top: 100px;
	left: 20px;
	text-align: left;
	color: white;
	font-size: 15px;
}

div#menu td {
	text-align: center;
}

div#menu a {
	text-decoration: none;
	color: white;
}

div#menu a.active {
	font-weight: bold;
}

div#language {
	position: absolute;
	top: -7px;
	left: 634px;
	height: 31px;
	width: 300px;
}

div#language img {
	padding-top: 4px;
	padding-left: 8px;
}

div#content-left {
	position: absolute;
	top: 140px;
	left: 20px;
	width: 610px;
	height: 410px;
	overflow-y: auto;
}

div#content-right {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 280px;
	height: 410px;
	overflow-y: auto;
}

div#content-right-top {
	position: absolute;
	top: 0px;
	width: 280px;
	height: 253px;
	overflow-y: auto;
}

div#content-right-bottom {
	position: absolute;
	bottom: 0px;
	width: 280px;
	height: 125px;
	overflow-y: auto;
}

div#copyright {
	position: absolute;
	width: 955px;
	bottom: 5px;
	font-size: 8px;
	text-align: center;
}

div#copyright td {
	text-align: center;
}

div#copyright a {
	text-decoration: none;
	color: black;
}

div#copyright a.active {
	font-weight: bold;
}

p {
	margin-top: 0px;
}

