@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 40px;
}

.sample {
	width: 400px;
	background:#ccc url(bg.png) no-repeat;
	margin-bottom: 40px;
}

.sample p {
	padding: 10px;
}

#div0 {
	margin-bottom: 40px;
}

#div2 {
	background-size: cover; 
}

#div3 {
	background-size: cover;
	height: 500px;
}

#div4 {
	height: 100px;
	background-size: contain;
}

#div5 {
	height: 500px;
	background-size: contain;	
}

#div6 {
	background-size: 100px 100px;
}

#div7 {
	background-size: 50px 50px;
	background-position: center center;
}

#div8 {
	background-size: 50px 50px;
	background-position: right bottom;
}

#div9, #div10 {
	background-size: 200px 200px;
}

#div9 img, #div10 img {
	left: 10px;
	bottom: 10px;
}

#div10 p {
	z-index: 10;
}
