body
{
   background-color: #FFFFFF;
   background-image: url('wild-rice-harvest_940.webp');
   background-attachment: scroll;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Layer1
{
   background-color: transparent;
   background-image: url('images/food-wild-rice-udm-ojibwa-harvest.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-size: cover;
   border-radius: 0px;
}
#wb_Marquee1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   overflow-y: hidden;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Marquee1 div
{
   text-align: center;
}
#wb_Marquee1
{
   overflow: hidden;
   position: relative;
}
#Marquee1
{
   position: absolute;
   width: 100%;
   height: auto;
   margin: 0;
   padding: 0;
   animation: Marquee1-marquee 5000ms linear 2;
}
@keyframes Marquee1-marquee
{
   0%
   {
   transform: translateY(100%);
   }
   100%
   {
   transform: translateY(-100%);
   }
}
#wb_Marquee1:hover #Marquee1
{
   animation-play-state: paused;
}
