body {
	background-image: url(/img/bg.png);
	background-repeat: repeat;
	font-size: 18px;
	font-family: helvetica;
	background-attachment: fixed;
	overflow-y: visible;
}
#content {
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: -435px;
	top: 0px;
	left: 50%;
	height: 100%;
	position: absolute;
	width: 870px;
}
#menu {
}
#home {
	position: absolute;
	text-align: center;
	width: 870px;
	z-index: 2;
}
#contact { text-align: center; position: absolute; }
.container {
	background-repeat: repeat-y;
	background-image: url(img/middle.png);
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	width: 830px;
}
a:link { color: blue; text-decoration: underline; }
a:active { color: navy; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { font-weight: bold; color: blue; text-decoration: underline; }
.list { }
#menu a { text-align: center; margin-left: -15px; top: 60px; left: 50%; font-size: 20px; z-index: 2; position: absolute; }
#info { text-align: center; }
img { padding: 0px; margin: 0px; border-width: 0px; }
form { margin-left: 190px; width: 450px; }
#sticky { text-align: center; }
.yellowcontainer { padding-right: 20px; padding-left: 20px; margin: 0px; background-repeat: repeat-y; background-image: url(img/yellowmiddle.png);
}

