@charset "utf-8";
body {
	background-image: url("img/lifeformsbg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#fsbg {
    width: 100%;
    position: fixed;
    z-index: -100;
    left: 0px;
    top: 0px;
    height: auto;
    min-height: 100%;
    min-width: 1500px;
	display: block;
    margin: 0 auto;
}