<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

a{
	outline:none;
}


#bg_shadow {
	height: 610px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/bg_layout_shadow.png);
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}


#wrapper {
	height: 590px;
	width: 990px;
	position: relative;
}
body {
	margin-top: 0px;
	background-color: #333;
}
#header {
	height: 100px;
	background-color: #000;
	width: 990px;
}
#main {
	height: 450px;
	width: 990px;
	background-color: #141414;
	background:url(../images/bg_worldmap.jpg);

}
#footer {
	height: 40px;
	background-color: #141414;
	width: 990px;
	color: #FFF;
}
#footer_menu {
	background-color: #141414;
	width: 580px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-left: 240px;
	float: left;
	height:20px;
}
#footer_menu li {
	display: inline;
	margin-left: 5px;
}

#footer_menu a {
	color: #999;
	text-decoration: none;
}

#footer_copyright {
	background-color: #141414;
	width: 150px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 10px;
	font-size: 11px;
	text-align: right;
	float:right;
	padding-right: 18px;
	margin-top:2px;
}




#top_menu {
	float: right;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
	width: 575px;
}

#logo{
	width:263px;
	height:140px;
	margin-left: 50px;
	position: absolute;
	left: -50px;
	top: 0px;
	background-image: url(../images/bg_logo_shadow.png);
	text-align: left;
}</pre></body></html>