body {
	background-color: #154205;
	color: white;
	font-family: arial,arial black, sans-serif;
	background-image: url('img/BlackLagoon.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.clickMe {
	display: inline;
	cursor: pointer;
}

#content {
	width: 500px;
}

#films {
	margin-bottom: 25px;
}
#films img {
	float: left;
	padding-right: 10px;
	border-right: 1px solid white;
	margin-right: 10px;
}

.film {
	position: relative;
	margin-bottom: 15px;
	clear: both;
}
.date {
	text-transform: uppercase;
	color: #FF9900;
	font-size: 11pt;
	font-weight: bold;
}

.title {
	text-transform: uppercase;
	color: white;
	font-size: 14pt;
	font-weight: bold;
}

.clickMe, .clickMe:visited {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 10pt;
	color: #FF9900;
	font-weight: bold;
}

.clickMe:hover, .clickMe:active {
	text-decoration: underline;
	color: white;
}

#logos {
	clear: both;
}

#logos img {
	margin-right: 30px;
	margin-bottom: 30px;
	border: none;
}
