body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 255;
	bottom: 0px;
	position: fixed;
	text-align: center;
}
#weather {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	width: auto;
	margin: 0px;
	padding: 0px;
	z-index: 250;
	bottom: 50px;
	position: fixed;
	text-align: center;
	right: 0px;
}


.ropes {
	background-image: url(../images/images/Ropes.png);
	height: 75px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}
.pictures {
	margin: 0px;
	padding: 0px;
}

#footer a:link, a:active, a:visited {
	color: #FFF;
	text-decoration:underline
}
#footer a:hover {
	text-decoration:underline overline;
}
