.backgroundStyle {
	float: none;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image: url(wallpaper.gif);
}
.TopBar {
	float: none;
	height: 70px;
	width: 760px;
	position: absolute;
	left: 8px;
	top: 10px;
	background-color: #6F1B29;
	z-index: 2;
}
	
.bottommenu {
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.bottommenu:link {
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.bottommenu:hover {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.topmenu {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.topmenu:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.topmenu:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}