/* OBECNE STYLY */
body {
	background-color: #DADADA;
	font-family: arial;
	font-size: 14px;
	padding: 5px;
}

b,strong {
	font-weight: bolder;
}

h1 {
	display: block;
	font-size: 16px;
}

h2 {
	display: block;
	font-size: 14px;
}

h3 {
	display: block;
	font-size: 12px;
}

h1.headerTitle {
	font-size: 40px;
	color: orange;
}

h2.headerTitle {
	font-size: 30px;
	color: white;
}


div.iv {
	display:inline;
	float:left;
	height:387px;
	width:650px;
	border:3px solid gray;
	background-image: url("lico-movie.gif");
	background-repeat: no-repeat;
	background-position: 300px 190px;
}

