@charset "utf-8";
.General {
	font-family: Tahoma, Arial;
	background-image: url(images/Bkg.png);
	background-repeat: repeat-y;
}
.Header {
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Footer {
	background-image: url(images/Footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	border: none;
}

