body {
	font-family: Verdana;
}
div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
table {
	width: 100%;
	border-style: none;
}
td {
	vertical-align: top;
}
div.main {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}
img.logo {
	position: absolute;
	top: 30px;
	left: 35px;
}
a.language {
	position: absolute;
	top: 45px;
	right: 30px;
	color: gray;
	text-decoration: none;
	font-size: 9px;
}
div.button {
	position: absolute;
	top: 90px;
	height: 20px;
	width: 100px;
	background-image: url(img/button.png);
	border-style: solid;
	border-color: #b8fbb8;
	border-width: 1px;
	text-align: center;
}
div.separator {
	position: absolute;
	top: 110px;
	height: 2px;
	width: 100px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	background-color: #b8fbb8;
	border-color: #b8fbb8;
}
div.button a {
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
div.content {
	position: absolute;
	top: 112px;
	left: 30px;
	width: 700px;
	padding: 40px 60px;
	font-size: 11px;
	background-image: url(img/content.png);
	background-repeat: repeat-x;
}
a.lang {
	position: absolute;
	top: 10px;
	left: 15px;
	color: #008000;
	font-size: 9px;
}
div.content p {
	text-align: justify;
}
div.content a {
	text-decoration: none;
}
img.left {
	border-style: none;
	float: left;
	margin-right: 25px;
}
img.right {
	border-style: none;
	float: right;
	margin-left: 25px;
}
div.footer {
	color: #aaaaaa;
	font-size: 9px;
	text-align: center;
	margin-top: 50px;
}
div.footer a {
	color: #aaaaaa;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}

