#topbkgrnd {
	left: 0px;
	top: 0px;
	background-image: url(images/topbkgrnd.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	position: absolute;
}	
.topbackground {
	background-image: url(images/topbkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.topbackground a:link, .menu-home a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.topbackground a:hover, .menu-home a:active {
	background-color: #000000;
	color: #FFFFFF;

