body{
  	background-image:url("../../images/mainbg.jpg");
  	/*background-repeat: no-repeat;
  	background-position: top center;*/
	background-size: cover;
}

@media (max-width: 768px) {
	body {
		background-color: #000;
		background-repeat: no-repeat;
		/*background-position: top center;*/
	}
}