body {
  background-color: #eee;
  /* background-image: url(img/DSC_6790_180-1200px-banner2-1024x238.jpg);
  background-position: center top;
  background-repeat: no-repeat; */
}

   .bg-img {

  background-position: center top;
  background-repeat: no-repeat;
background-attachment: fixed;
background-color: black;
 }

/*
   .bg-img {
                background-image: url(img/DSC_6790_180_1344px-blue2.jpg);
        background-position: center center;
        background-repeat:  no-repeat;
        background-attachment: fixed;
        background-size:  cover;
        background-color: #999;
 }
*/
.border1 { background-color: white;
	border: 3px solid silver;
}

.dmi-yellow { color : #ffce10; }
.dmi-bold { font-size: 24px;
	    font-weight: bold;
		color : #ffce10;
}


