body {
	background-attachment: fixed;
	background-image: url(../_images/bg_lightblue.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
table {
	align: center;
	text-align: center;
}
div,td.filmlink {
	background-image: url(../_images/filmbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 90px;
	border: none;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	/*border: #000000 1px dotted;*/
}
a.filmlink {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	text-decoration: none;
	width: 100%;
	/*border: #FF0000 1px dashed;*/
}
a.filmlink:hover {
	font-weight: bold;
	color: #000000;
}
