@charset "utf-8";
/* CSS Document */

body {
	background-color: #FDF177;
	
}
div#background-top {
	position:absolute;
	left: 0px;
	top:0px;
	height: 220px;
	width:100%;
	background-image:url(background-top-sm.jpg);
	background-repeat:repeat-x;
	z-index: 0;
	
	}
div#logo {
	position:absolute;
	left: 50%;
	margin-left: -244px;
	top:0px;
	height: 219px;
	width: 488px;
	background-image:url(WEBlogo2.jpg);
	z-index: 1;
	}


div#menuleft {
	position:absolute;
	left:0px;
	top:219px;
	width:150px;
	z-index: 2;
	height: 100%;
	background-color: #FDF177;
	}
div#menuright {
	position:absolute;
	left:100%;
	margin-left:-150px;
	top: 219px;
	width: 150px;
	z-index: 2;
	height:100%;
	background-color: #FDF177;
	

	}	
div#image {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 921px;
	top: 219px;
	overflow: hidden;
	z-index: 1;
	text-align: justify;
	}
div#text {
	position: absolute;
	margin-left: 200px;
	margin-right: 200px;
	top: 220px;
	z-index: 2;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
