@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	text-align: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images_home/CANBE-Biosphere.gif);
	background-repeat: no-repeat;
	background-position: center 170px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	width: 100%;
	text-align: center;
	height: 225px;
	position: relative;
}
#left {
	float: left;
	width: 390px;
	text-align: left;
	height: 420px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 90px;
}
#right {
	margin: 0;
	padding: 0;
	float: left;
	width: 400px;
	text-align: right;
	height: 420px;
	position: relative;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.linkeffect img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;	
}
a.linkeffect:hover img {
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
