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

body {background-color: #000000;
color: #fff;
}

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

h1 {
	font-family: ‘Frijole’, cursive; 
	text-align: center;
	font-size: 3em;
	color: #E2D44B
}

h2 {
	font-family: ‘Frijole’, cursive; 
	text-align: center;
	font-size: 2em;
	color: #E2D44B
}
.thumbnails p {
	float: left;
	margin: 20px;
	border: thin solid #fff;
}

.footer{
	font-style:italic;
	text-align: center;
	clear: both;}
	
.arrow{
	color: #fff;
	float: left;
	font-size: 10em;
	margin: 45px;
}

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

a {text-decoration:none;
}

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