div#container {
background: transparent;
margin: 0;
padding: 5px;
}
div#movie2 {
background: transparent;
margin: 0 10px;
padding: 5px;
position: relative;
}
div#bandiere {
background: transparent;
margin: 2px;
padding: 10px;
position: absolute;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000066;
	text-align: center;
	display: inline;
	vertical-align: middle;
}
h1 {
	font-family: BudHand;
	font-size: 30px;

}
a:link {
	color: #360;
}
a:visited {
	color: #390;
}
a:hover {
	color: #3F0;
	text-decoration: blink;
}


