body {
	background-image: url(back.jpg);
	background-repeat: repeat-y;
}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: line-through;
}

a:active, a:visited {
	color: black; 
}

#banner {
	background-attachment: scroll;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-width: 0px;
	height: 458px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	background-attachment: scroll;
	background-color: white;
	background-repeat: no-repeat;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	color: gray;
	font-family: Beanie, verdana;
	font-size: 9.5pt;
	position: relative;
	width: 700px;
}

#main {
	background-attachment: scroll;
	background-color: white;
	border-width: 0px;
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#disclaimer {
	background-attachment: scroll;
	background-color: white;
	background-repeat: no-repeat;
	border-width: medium;
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	
}