BODY { 
        background-attachment: fixed
	margin: 0px;
	padding: 0px;
	text-align: center; 
	background-color: black;
} 

TABLE {
	margin-left: auto; 
	margin-right: auto;
}

#bg {
	width: 775px;
	background-color: #E2FBDE;
	text-align: center;
}

#film { 
	width: 764px;
	background-color: #1EB109;
	border: 1px solid #118A00;
	text-align: center;
}

#film_h {
	width: 756px;
	border: 1px solid #118A00;
	background-image: url(../grafika/film_h.jpg);	
	height: 40px;
	margin-top: 3px;
}

#film_m {
        background-attachment: fixed
	width: 756px;
	border: 1px solid #118A00;
	background-image: url(../grafika/film_m.jpg);	
	height: 268px;
	margin-top: 3px;
}

#film_c {
	width: 760px;
	border: 1px solid #118A00;
	background-color: #93FF85;	
	height: 120px;
	margin-top: 3px;
	margin-bottom: 3px;
}