.bg-home{
	background-image: url('../images/bg/software.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
}
