body, html {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}


a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: overline;
}

#WM {
	font-family: monospace;
	position: absolute;
	text-align: right;
	right: 5px;
	bottom: 5px;
}

center {
   position: relative;
	top: 110px;
}
