/* CSS Document */
body{
	margin:0px;
}.bkg {
	background-image: url(bam.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.nav {
	background-attachment: fixed;
	background-color: #006699;
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
