@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;
	background-color: #FDF177;
	}
div#menuright {
	position:absolute;
	left:100%;
	margin-left:-150px;
	top: 219px;
	width: 150px;
	z-index: 2;
	background-color: #FDF177;
	}	
div#image {
	position: absolute;
	margin-left: 142px;
	top: 219px;
	z-index: 2;
	text-align: justify;
	}
div#text {
	position: absolute;
	width:65%;
	top: 220px;
	margin-left: 16%;
	margin-right: 15%;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 11px;
	background-image:url(PaperTile.jpg);
	}
