@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(images/background.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
#container {
	background: url(images/pagebg.jpg);
	width: 980px;
	height: 635px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#copyright {
	position: absolute;
	right: 170px;
	bottom: 25px;
	text-align: right;
	font-size: 10px;
}
#language {
	position: absolute;
	right: 170px;
	top: 55px;
	text-align: right;
	font-size: 10px;
}
#content {
	position: absolute;
	left: 330px;
	top: 95px;
	width: 468px;
	height: 463px;
	line-height: 17px;
}
a, a:hover, a:visited {
	color: #ff5400;
}
h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #ff5400;
}
h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	color: #ff5400;
	font-weight: normal;
}
p {
	text-align: justify;
}
.hr {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}