@charset "UTF-8";
/* CSS Document */

body {
	background-color:
	#000000;
	color: #fff;
}
.container {
	width: 960px;
	margin: 0 auto;
}
h1 {
	font-family: Arial Black, Impact, sans serif; text-align: center;
}
.thumbnails p {
	float: left;
	margin: 20px;
	border: thin solid #fff;
}

.caption{
	clear:both;
	padding: 1.5em;
	text-align:center;
	font-size: 1.3em;
}

.arrow {
	color: #fff;
	float: left;
	font-size: 10em;
	margin: 45px;
}

.main {
	width: 600px;
	float: left;
}





.footer {
	text-align: center;
	clear: both;}
	