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


body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background:url(../images/bg.jpg) top no-repeat left;  
	margin: 0px 50px 50px 50px;
	line-height:18px;
}

a:link {
	color: #00adef;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00adef;
}
a:hover {
	text-decoration: underline;
	color: #00adef;
}
a:active {
	text-decoration: none;
	color: #00adef;
}

h1 {
	font-size:12px;
	font-weight:bold;
	

}

.header .logo img{
	border:0;
	visibility:hidden;
}

.content {
	width:800px;

}

.footer {
	margin-top:75px;
	border-top: 1px dotted #ddd;
	text-align:center;
	width: 800px;
	font-size:9px;
	color:#aaa;

}

.thumbnails a img{ padding: 0px; margin:4px; border:1px solid #eee;}

.tn_movie { width:80px; padding:5px; top:5px;}