body {
	text-align: center;
	background-color: #041385;
	background-image: url(images/seavello.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}
body.top {
	/*text-align: center;*/
	/*background-color: #041385;*/
	background-image: url(images/seavello5-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}
.copyright {
	width: 100%;
	height: 100%;
	background-image: url(images/swdCopyRight2010.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment:fixed;
}
.button {
	border-color: #051385;
	background-color: #051385;
	/*color: #051385;*/
	color: white;
	outline: none;
}
.button:hover {
	background-color: #2246b8;
	color: white;
}
.menu {
	text-align: center;
	position: relative;
	top: 360px;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none;
}
div#slideshow a:link { color: white; }
div#slideshow a:visited { color: white; }
div#slideshow a:hover { color: white; }
div#slideshow a:active { color: white; }
