#body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:  url("images/background.gif");
	background-repeat: no-repeat;
}

.hide {
	visibility: hidden;
}

#menu a {
  position: absolute;
}

#menu span {
  position: absolute;
}

#menu a:hover {
	background-position: 0px 36px;
}

#homelink a {
	left: 332px;
	top: 12px;
	width: 349px;
	height: 29px;
}

#info a {
	width: 51px;
	height: 18px;
	left: 188px;
	top: 71px;
	background-image:  url("images/info.gif");
}

#info_selected {
	width: 51px;
	height: 18px;
	left: 188px;
	top: 71px;
	background-image:  url("images/info.gif");
	background-position: 0px 18px;
}

#hosted a {
	width: 79px;
	height: 18px;
	left: 160px;
	top: 96px;
	background-image:  url("images/hosted.gif");
}

#hosted_selected {
	width: 79px;
	height: 18px;
	left: 160px;
	top: 96px;
	background-image:  url("images/hosted.gif");
	background-position: 0px 18px;
}

#contact a {
	width: 90px;
	height: 18px;
	left: 149px;
	top: 120px;
	background-image:  url("images/contact.gif");
}

#contact_selected {
	width: 90px;
	height: 18px;
	left: 149px;
	top: 120px;
	background-image:  url("images/contact.gif");
	background-position: 0px 18px;
}

#content {
	position:absolute;
	left:63px;
	top:263px;
	width:373px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #c0c0c0;
	padding-bottom: 2em;
}

a {
	font-weight: bold;
	color: #a0a0a0;
	text-decoration: underline;
}
   
a:active {
   color: #ffffff;
}

a:visited {
   color: #808080;
}

a:hover {
	color: #708268;
}

#footer {
	font-size: 0.8em;
	width: 100%;
	text-align: center;
}

#footer a {
	font-weight: normal;
}
   
pre {
	font-size: 1.2em;
}