/* CSS Document */body {	background: white;	margin: 0px;	text-aign: center;}
#container {	margin: 0px auto;	text-align: left;	width: 800px;}
#logo {	text-align: center;}
#menu {}
#menu ul {	margin: 0px;	padding: 0px;	list-style: none;}
#menu ul li {	display: inline;	padding: 4px;}
#content {}
#content ul {}

#hotspot {
	font-size: large;
	display: block;
	font-weight:bold;
	margin: 10px;
}
