body { 
	margin: 0; 
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	background: #ccc;
	color: #111;
}

a:visited { color: #444;}
h1 { 
	text-align: center;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 20px 0 70px;
}
iframe { 
	display: block; max-width: 1280px; margin: 0 auto;
}
embed, object { display: block; clear: both;}

.caption {
	display: block;
	font-weight: 600;
	clear: both;
	font-size: 20px;
	margin: 10px 0 75px;
	overflow: hidden;
	text-align: center;
}

.caption span {
	font-size: 14px; 
	font-style: italic;
	color: #333;
	font-weight: normal;
}

.see-pics {
	text-align: center;
	color: #E22B26;
	display: block;
	margin: 40px 0;
	font-size: 30px;
}

