<style type="text/css" media="screen">

body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#logo {
	position: absolute;
	z-index: 1;
	top : 0px;
	left : 15px;
}
#menu {
	position: absolute;
	top: 86px;
	z-index:102;
	width: 588px; /* precision for Opera */
	left: 268px;
}
#menu dl {
	float: left;
	width: 6em;
}
#menu dt {
	cursor: pointer;
	text-align: left;
}
#menu dd {
	display: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#menu li {
	text-align: left;
	list-style-type: none;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
}
#site_home {
	position: absolute;
	z-index: 1;
	top : 170px;
	left : 40px;
	color: #000;
	padding: 5px;
}
#site {
	position: absolute;
	z-index: 1;
	top : 169px;
	left : 50px;
	color: #000;
	padding: 5px;
	width: 702px;
}
.credits_left {
position: absolute;
top : 600px;
left : 55px;
color: #000;
}
.credits_right {
	position: absolute;
	top : 600px;
	left : 705px;
	color: #000;
	width: 160px;
}

</style>
