@CHARSET "UTF-8";
*{
	font-family: 'Trebuchet MS', "Times New Roman", Times, serif !important;
}


#header{
	background-color:rgb(2,24,28);
	background-image:url("./img/cinema/film.png");
	background-repeat: repeat-x;
}

#title{
	color:#fff;
	padding-top:50px;
	font-size:40px;
}

.fotter{
margin-top:30px;
background-color:rgb(2,24,28);
color:#fff;
}

a{
	color:rgb(2,24,28);
}
a:hover{
	color:rgb(220,58,51);
}