@charset "UTF-8";/* CSS Document */#swap a #logo {     display: block;     border: 0; }   #swap a #logohover {     display: none; }  #swap a:hover #logo {     display: none; }   #swap a:hover #logohover {     display: block;     border: 0; } <!-- body  {	font-family: "Lucida Sans unicode", "Lucida Grande", sans-serif;font-size: 12px;line-height: 18px;		background: #ffffff;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	background-image: url(images/background.png);	background-attachment: fixed;	background-repeat: repeat;}	div#menu{position: fixed;top: 0px;left: -60px;width: 255px;height: 500px;z-index: 100;}div#content{position: relative;top: 0px;left: 320px;width: 550px;height: 100%;}a:link {	color: #0099CC;	text-decoration: none;}a:visited {	text-decoration: none;	color: #0099CC;}a:hover {	text-decoration: none;	color: #FF0000;}a:active {	text-decoration: none;		}
