body {
	background-color: #ffffff;
	background-image: url(media/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS, Tahoma;
	font-size: 10pt;
	color: #ffffff;
}

a {
	color: #ffffff;
}

#menu a {
	position: absolute;
	text-decoration: none;
}

#menu a i {
	visibility: hidden;
}

a#home1 {
	left: 0px;
	top: 0px;
	width: 285px;
	height: 152px;
}
a#home1:hover {
	background-image: url(media/almost-viewer-hover.jpg);
	border: none;
}
a#home2 {
	left: 626px;
	top: 40px;
	width: 126px;
	height: 26px;
}
a#home3 {
	left: 752px;
	top: 32px;
	width: 120px;
	height: 25px;
}

/* main page image */
#centerbg { 
	background-image: url(media/viewerbg.jpg);
	width: 1024px;
	height: 800px;
	position: relative;
}


