body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#cdc2ba;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}
.logobg {
	background-image:url(logobg.jpg);
	background-repeat:no-repeat;
}
.filmrepeat {
	background-image:url(film.jpg);
	background-repeat:repeat-x;
}
.text {
	font-size:16px;
	font-weight:bold;
	color:#7d695c;
}
.text1 {
	font-size:12px;
	font-weight:bold;
	color:#7d695c;
}
.text2 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.floatleft {
	display: inline;
	float: left;
	padding-right: 10px;
}
.floatright {
	display: inline;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	color:#7d695c;
}
a:visited {
	color:#7d695c;
}
a:hover {
	color:#CCCCCC;
}
a:active {
	color:#7d695c;
}
