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

body{background:black;
}

.container {
	width: 960px;
	margin: 0 auto;
}

h1{ font-family:Arial Black, Impact, san-serif;
text-align:center;
color: white;
left: 350px;
}

.thumbnails p {
	float: left;
	margin: 20px;
	border: thin solid #fff;
}

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

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

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

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