.top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.top-general {
	background-image: url(images/top-general.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bottom-general {
	background-image: url(images/bottom-general.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.middle {
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.general {
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.footer,.footer:link,.footer:visited,.footer:hover,.footer:active {
	font-size: 10px;
	color: #C4C4C4;
}
a:link {
	color: #8B1C1C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8B1C1C;
}
a:hover {
	text-decoration: underline;
	color: #8B1C1C;
}
a:active {
	text-decoration: none;
	color: #8B1C1C;
}
