@charset "utf-8";

body {
	margin: 0;
}
.wrapper {
	overflow: hidden;
}
.box {
	float: left;
	margin: 10px;
	width: 300px;
	height: 200px;
	border: 1px solid #dcdcdc;
	background: url(../images/loading.gif) center center no-repeat;
}
.box img {
	width: 100%;
}