@charset "utf-8";
/* CSS Document */
body {
  background-image:       url(../images/background7.jpg);
	background-color: rgba(0,0,0,1);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 12% right;

}

#footer {
	text-align: center;
}

/* keep header fixed position */
#header {
	position: fixed; 
	top:0px; margin:auto; z-index:100000; width:100%;
}

/* keep navigation fixed position 
#nav {
	position:fixed;
}
*/

