body {
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(../images/bg_site.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 39px;
	margin-left: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	z-index: -1;
}
#corners {
	position: absolute;
	top: 39px;
	width: 100%;
	height: 39px;
	margin-left: 0px;
	background-image: url(../images/bg_corners.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}
a:link {
	color: #617072;
	text-decoration: none;
}
a:visited {
	color: #617072;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.footer:link {
	color: #D1D1D1;
	text-decoration: none;
}
a.footer:visited {
	color: #D1D1D1;
	text-decoration: none;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}
