@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-image:url("../images/logos/BearPrints.svg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footerBottom{
background-color: #39FF14;
	color: #000;
}