@charset "utf-8";
body {
	background-color:#F90;
	layer-background-color: #F8AF18;
	position: static;
	
}
.wrapper {
	width: 800px;
	text-align: left;
	height: 600px;
	top: 0px;
	padding:0px;
	margin: 0px;
	z-index: 1;
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
} 
.title_div {
	position: absolute;
	width: 800px;
	top: 0px;
	z-index: 2;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color:#800040;
	text-align: center;
	position: static;
	color: #FFF;
}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #903;
	position: relative;
}
.static_div {
	position: static;
}
.list {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	text-indent: 5px;
	word-spacing: normal;
	list-style-position: outside;
	line-height: 15px;
}

