


body {
	background-color: #000000;
	background-image: url(images/Bkg1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;

       }

body {
	background: #000000 url(images/Bkg1.jpg) no-repeat fixed top center;

       }
