BODY {
	margin: 0px;
	padding: 0px;

	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;

	font-family: Arial, sans-serif;
	font-size: 12px;
}

A {
	color: #B4B5B7;
	text-decoration: none;
}
A:hover, A:active {
	text-decoration: underline;
}

#main {
	width: 990px;
}

#top {
	margin-top: 20px;
}
#top #logo {
	float: left;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
	margin-left: 300px;
}
#top #lang {
	float: right;
	width: 320px;
	margin-top: 20px;
	color: #B4B5B7;
	font-size: 11px;
}

.site_container {
	width: 735px;
	margin-left: 165px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.site_text {
	padding-top: 110px;
	font-weight: bold;
}
.site_list {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.site_list SPAN {
	color: #000000;
}
