body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	margin: 0px;
		padding:0px;
		color:#bba;
		font:80%/140% georgia,serif;
		background-image:url(background.jpg);
		background-attachment:fixed;
		background-repeat:no-repeat;
		background-position:bottom right;
		background-color:#FFF;
}

h1{
}

#mainframe{
/* z-index:20; */
	position:absolute;
	width:100%;
	margin-left:20px;
	margin-right:20px;
	vertical-align:middle;
	overflow:hidden;
}

#topmenu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	z-index:400;
	position:absolute;
	right:0px;
	top:0px;
	margin-top:0px;
}

#topmenu li{
	height:30px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	margin-right:30px;
	float:left;
	list-style:none;
	background-image:url(topmenuitem.png);
	background-repeat:repeat-y;
	background-position:bottom left;
	position:relative;
	z-index:201;
}

#topmenu a{  
	color:#337289;
	text-decoration:none;  
}

img.commonlicense:hover{
	filter:alpha(opacity=100); opacity: 1;-moz-opacity:1;
}
img.commonlicense{
margin-bottom:-2px; border-width:0;filter:alpha(opacity=40); opacity: 0.4;-moz-opacity:0.4;
}

#footer{
	margin-left:5px;
	margin-top:5px;
	color:#999;
	position:absolute;
	bottom:5px;
	right:5px;
}

#footer a{
	color:#999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}

#toplogo{
	width:177px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}