.nav {
	background-image: url(images/glass.png);
	background-repeat: repeat-x;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	margin: 0px;
	background-attachment: fixed;
	background-color: #3b6762;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.credit {
	position: relative;
	left: 10px;
	bottom: 20px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #ffddff;
}
a:hover {
	color: #00FFFF;
}

.ds {
	position: relative;
	left: 0px;
	bottom: 5px;
}
.ds a:link {
	font-family: "Courier New", Courier, monospace, FloMotion;
	color: #CCCCff;
}
.ds a:hover {
	font-family: "Courier New", Courier, monospace, FloMotion;
	color: #CCCCff;
	text-decoration: underline;
}
.ds a:visited {
	font-family: "Courier New", Courier, monospace, FloMotion;
	color: #aaaaff;
}
