<style type="text/css">
div.solid {
	width: 600px;
	border-style: solid;
	margin: auto;
	}
#list-menu {
	width:140px;
	}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#list-menu li {
	margin: 2px 0 0;
	}
#list-menu a {
	display: block;
	width:140px;
	padding: 10px 8px 10px 2px;
	text-decoration: none;
	text-align: right;
	background: url(images/background_light.gif);
   background-position: top; center;
   background-repeat: no-repeat;
   background-attachment: fixed;
	}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
	background: url(images/background_light.gif);
   background-position: top; center;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

#list-menu a:hover {
background: url(images/background_dark.gif);
   background-position: top; center;
   background-repeat: no-repeat;
   background-attachment: fixed;
color: #ffffff;
}
table.content { 
   background-image: url (images/background.gif);
   background-position: top; center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   }
</style>

