if(screen.width <= 1024){
		
	$(document).ready(function(){
			
		$("body").css({
			fontSize: "90%"
		});
		$(".logo a").css({
			background: "url(images/logo-1s.png) no-repeat",
			width: "287px",
			height: "62px"
		});
	
		$("#index #header").css({
			background: "transparent url(images/header-images/index-s.jpg) no-repeat left top"
		});
		
		$("#music-text .album-cover").css({
			width: "90%"
		});
		
		$("#music .buy-button").css({
			top: "24em"
		});
		
		$("#gallery-imgs img").css({
			width: "70px",
			height: "70px"
		});
	});
}




