@charset "UTF-8";

body html {
	height:100%;
	width:100%;
}
body {
	background-image: url(../images/repeating-background-100.jpg);
	background-repeat: repeat;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#centering {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#background-highlight {
	background-image:url(../images/highlight.jpg);
	width:1000px;
	height:100%;
	background-repeat:no-repeat;
	top: 0px;
	position:absolute;
	z-index:1;
}
#logo {
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 107px;
	width: 405px;
	left: 55px;
	top: 5px;
	z-index: 2;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#footer {
	text-align:center;
	position:absolute;
	width:100%;
	height:20px;
	left: 0px;
	top: 530px;
	color:#6e6045;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 2;
}
#footer a, #footer a:visited {
	text-decoration: underline;
	color:#6e6045;
}