* {
	box-sizing: border-box;
}

body {
	font-family: NSimSun, "Courier New", "Times New Roman", Calibri;
	background: url(images/clouds.gif) repeat fixed;
	background-color: #FFF;
}

.container {
	border: 2px dashed #000;
	border-radius: 5px;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	margin-top: 75px;
	padding: 15px;
	overflow: auto;
	background: transparent;
	background-image: linear-gradient(to bottom right, rgba(220,220,220,80%), rgba(240,240,240,100%));
}

img {
	border: 1px solid #FFF;
	border-radius: 2px;
	margin-left: 10px;
	margin-bottom: 15px;
	width: auto;
	height: 230px;
	filter: grayscale(100%) drop-shadow(0px 0px 1px #000);
}

img:hover {
	filter: drop-shadow(2px 2px 3px #000);
}

.row {
	text-align: center;
	display: inline-block;
	margin-top: 50px;
	margin-left: 35px;
	margin-right: 35px;
}

figure {
	float: right;
	margin: 10px;
}

figcaption {
	font-size: 12px;
	margin-left: 10px;
	margin-top: -10px;
	color: silver;
}
.back {
	border: none;
	position: absolute;
	bottom: 75px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: auto;
	width: auto;
	filter: grayscale(100%);
}

.back:hover {
	height: auto;
	filter: grayscale(100%) drop-shadow(0px 0px 10px white);
}

h3 {
	color: #FFF;
	filter: drop-shadow(0px 0px 1px #000);
}

p {
	padding-left: 10px;
	text-align: left;
	color: #000;
}

footer {
	margin-top: 20px;
	margin-left: 450px;
	font-size: 12px;
}