body {
	background-image: url("../content/images/page/top.png");
	background-position: top;
	background-repeat: no-repeat;#background-repeat: repeat-y;
	background-color: rgb(0,0,0);
}

@media only screen and (max-width: 992px) {
	body {
		background-size: contain;
	}
}
