@charset "utf-8";
/* CSS Document */
/* 100 400 700 */



@media(max-width:767px){
	body{background: url(../images/home-6.jpg) center 140px no-repeat; min-height: 900px; background-size: 240px auto; background-color: #fad1e8; margin:0px; padding:0px;}
	
}
@media(min-width:768px){
	body{background: url(../images/home-6.jpg) center 200px no-repeat; min-height: 900px; background-size: 400px auto; background-color: #fad1e8; margin:0px; padding:0px;}
}

@media(min-width:992px){
	body{background: url(../images/home-6.jpg) center 200px no-repeat; min-height: 900px; background-size: 400px auto; background-color: #fad1e8; margin:0px; padding:0px;}
	
}

@media(min-width:1200px){
	body{background: url(../images/home-6.jpg) center 200px no-repeat; min-height: 1000px; 
		background-size: 400px auto; background-color: #fad1e8; margin:0px; padding:0px;}

	
}