body{
	background: url(../images/bg/2015_life_background.jpg) no-repeat left top fixed #000000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	padding-bottom: 100px;
}


@media screen and (max-width:736px){
	
	body{
		background: url(../images/bg/2015_life_background.jpg) repeat-y left top fixed #000000; 
		padding-bottom: 100px;
	}

}

