@media (max-width: 1439px) {
	body.home {
	 background-color:#fff;
	 background-image:unset!important;
	}
	
	body.home #skinlink { 
		display:none;
	}
}



@media (min-width: 1440px) {
	body.home {
		background-repeat: no-repeat!important;
		background-position: center top!important;
		background-attachment: fixed!important;
		margin-top: 124px;
	}
	
	body.home a#skinlink {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		z-index: 1;
	}
	
	body.home #skinlink { 
		display:block;
	}
	
	body.home #skinlink span {
		display: none;
	}
}