body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	/*color: #808080;*/
	color: white;
	background-image: url(./bg_blue.gif);
	margin: 0px;
}
img { border:0; }

a:link {
	/*color: #808080;*/
	color: white;
}
a:visited {
	/*color: #808080;*/
	color: white;
}
a:hover {
	/*color: #808080;*/
	color: white;
}
a:active {
	/*color: #808080;*/
	color: white;
}

a.linkblue {
	color: #003366;
}
a.linkblue:link {
	color: #003366;
}
a.linkblue:visited {
	color: #003366;
}
a.linkblue:hover {
	color: #003366;
}
a.linkblue:active {
	color: #003366;
}

.text {
	font-size: 10pt
}
.textkl {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 8pt;
	text-align: center;
}
#maincontainer {
	position:absolute;
	height:600px;
	/*width:900px;
	margin:-345px 0px 0px -450px;
	left: 50%;*/
	width:100%;
	top: 50%;
	margin:-345px 0px 0px 0px;
}
#logo {
	text-align: center;
	margin: 20px;
}
#countries {
	text-align: center;
	margin: 50px;
}
#desc {
	margin: 20px;
}
#partners {
	padding: 10px;
	/*margin-top: 100px;*/
	margin-top: 20px;
	margin-bottom: 10px;
	height: 60px;
	text-align:center;
	background-color:#DCDCDC;
}
#party {
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 10px;
	height: 60px;
	text-align:center;
	background-color: white;
	color: blue;
}
#logosCenter {
	position:absolute;
	width:860px;
	left: 50%;
	margin:0px 0px 0px -450px;
}
#partyCenter {
	position:absolute;
	width:500px;
	left: 50%;
	margin:0px 0px 0px -250px;
}
#footer {
}
