body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

#box, #cover {
	width: 720px;
	height: 400px;
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 0;
	left: 0;
}

#follow0, #follow1, #follow2, #follow3, #follow4, #follow5 {
	width: 1280px;
	height: 640px;
	left: 350px;
	top: 200px;
	margin: -320px 0 0 -640px;
	display: block;
	position: absolute;
}

#follow0 {
	background: url(images/desert0.jpg) no-repeat left top;
}

#follow1 {
	background: url(images/desert1.png) no-repeat left top;
}

#follow2 {
	background: url(images/desert2.png) no-repeat left top;
}

#follow3 {
	background: url(images/desert3.png) no-repeat left top;
}

#follow4 {
	background: url(images/desert4.png) no-repeat left top;
}

#follow5 {
	background: url(images/desert5.png) no-repeat left top;
}