/*This is an example background that will be fixed and cover the entire first page */

.bkbd
{
width: 100%;
min-height:900px;
background-image: url(img/bf7.png);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position:relative;
background-color:#000000
}

/**/