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


* {
	margin: 0;
}
body {
	background: #464646 url('/images/BMSiteBG.jpg') no-repeat;
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#logoAlign {
	position:relative;
	
}
#logo {
	float:right;
	right: 0;
	top: 0;
	position: absolute;
}
img {
	border-style: none;
}
#footer {
	position: absolute;
	bottom: 0px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
