@charset "utf-8";
/* CSS Document */

body {
	background:url(img/bg1.png);
	background-color:#000;
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
}

a{
	color:#666;
}

a:visited {
	color:#666;	
}

.menutext {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-weight:bold;
	font-size:14px;	
}

.newstmovie {
	color:#FF3;
	font-weight:bold;
	font-size:35px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.movieheadtext {
	color:#FFF;
	font-weight:bold;
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.movietext {
	color:#999;
	font-size:12px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;

}

#minimovie {
	background-image:url(movie/Capture.PNG);
}

.newfilms{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
}

.newfilmstext{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	
}

.newfilmstextwarning{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	font-weight:bold;
	
}