body {
	background-color: #013565;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a { 
	color: #FFFF00; 
	text-decoration: none;
}
a:hover { 
	color: #FF2000;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
.content {
	padding: 5px 25px 15px 25px;
}
.desc {
	text-align: justify;
	font-size: 14px;
}
.footer {
	font-size: 10px;
}
.trailer {
	float: left;
	text-align: center;
	width: 50%;
}
.trailer img {
	margin-bottom: 5px;
}
div.thumbnail {
	float: left; 
	height: 260px;
	margin: 0 0 5px 0;
	text-align: center;
}
.thumbnail img {
	margin-bottom: 3px;
}
.thumbnail span {
	font-size: 11px;
}

