
body {
	background-color: black;
}

div#sample {
	width: 800px;
	height: 500px;
	background-image: url("../images/sample5.jpg");
	background-repeat: no-repeat;
	margin: 100px auto 0 auto;
}