body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment:fixed;
	font-family: Arial;
	font-weight: lighter;
	font-size: 12px;
	height: 100%; 
	margin: 0px;
	padding:0px;
}
a:link {
	color: #898da8;
}
a:visited {
	color: #898da8;
}
a:hover {
	color: #000000;
}

#topNav {
	height: 40px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 2;
	background-image: url(../img/navbarbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
img#gallery {
	border: 0px;
	padding: 5px;	
	margin: 0px 5px 0px 0;
}

