body {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(rosebg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: white;
	background-attachment: fixed;
	font-family: Courier, monospace, sans-serif;
}

div#header {
	position: relative;
	top: 0px;
	left: 0px;
}

div#sites {
	display: block;
	position: absolute;
	top: 55px;
	left: 160px;
	padding: 5px;
	font-size: small;
	border-style: none;
	border-color: black;
	border-width: 2px;
	background-image: url(rosebgw.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: white;
	background-attachment: fixed;
}

div#users {
	display: block;
	position: absolute;
	top: 55px;
	left: 400px;
	padding: 5px;
	font-size: small;
	border-style: none;
	border-color: black;
	border-width: 2px;
	background-image: url(rosebgw.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: white;
	background-attachment: fixed;
}

.category {
	font-size: medium;
	font-weight: bold;
}

div a {
	font-size: medium;
}

div a span {
	display: none;
}

div a:hover span {
	display: block;
	width: 150px;
	padding: 5px;
	margin: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	text-align: center;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	color: black;
	font-size: small;
	text-decoration: none;
	background-color: white;
	background-image: url(rosebgw.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
	z-index: 100;
}

div#users a:hover span img {
	width: 150px;
}

div#footnote {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	font-size: small;
}

img {
	border-width: 0px;
	border-style: none;
}

img#toptext {
	position: absolute;
	top: 5px;
	left: 5px;
}

img#line {
	position: absolute;
	top: 34px;
	width: 100%;
	height: 2px;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:hover {color: #0000DD; text-decoration: none;}
