@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../images/bg-5.jpg);
	background-repeat: no-repeat;
	background-origin: 0;
	background-position: top left;
	background-size: contain;
	background-attachment: fixed;
}	

@media screen and (max-width:500px){

	body {
	}
	
}