/*
NNO_FDSpray_NLG.css (NoLoGin)
BannerPane, ContentPane, FooterPane
Transparent Menu with Border (CMB)
Logo
No Login, Search
Background Image - full page
JSW 2021.08.05
DLC 2021.08.05
*/

@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');

/* DNN Body */

#Body 
{
    background-image:url('ImgBB/FireDptSpray.jpg');background-repeat:no-repeat;background-position:left top;
    background-size:100% 100%;
}

.navbar
{
  /* 
  Menu is transparent in this theme
  All other characteristics declared in skin.css
   */
  background-color: transparent;
}


