@charset "utf-8";

html
{
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #000000;
	background-image: url(images/background2.jpg);
	background-position: center;
	background-attachment: fixed;
}
body
{
	text-align: center;	
}
table
{
	border: 0px;
}
a
{
	color: #004EFF;
	text-decoration: none;
}
a:hover
{
	color: #fff;	
}
img.thumb
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 2px solid black;
}
img:hover.thumb
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#wrap
{
	width: 840px;
	margin: auto;
	text-align: left;
}
#logo
{
	width: 840px;
	height: 100px;
	float: left;
}
#head
{
	width: 840px;
	height: 60px;
	float: left;
}
#top
{
	width: 840px;
	height: 20px;
	background-image: url(images/body_top.png);
	float: left;
}
td.leftborder
{
	background-image: url(images/body_left.png);
	background-repeat: repeat-y;
}
#centerbody
{
	width: 840px;
	height: auto;
	background-color: #000;
	float: left;
}
td.rightborder
{
	background-image: url(images/body_right.png);
	background-repeat: repeat-y;
}
#bottom
{
	width: 840px;
	height: 20px;
	background-image: url(images/body_bottom.png);
	float: left;
}
#footer
{
	width: 840px;
	height: 50px;
	background-image: url(images/body_base.png);
	float: left;
}
#news
{
	width: 800px;
	height: 30px;
	background-image: url(images/newsbar.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "TW Cen MT";
	color: #0611EB;
	font-size: 18px;
	vertical-align: text-bottom;
}
#newstext
{
	margin-left: 5px;
	margin-top: 5px;
	height: 30px;
}
#filmstext
{
	width: 364px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#text
{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #84A5EF;
	margin-left: 5px;
	margin-right: 5px;
}
#bigtext
{
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: bold;
	color: #84A5EF;
	margin-left: 5px;
	margin-right: 5px;
}
#copyright
{
	font-family: "TW Cen MT";
	color: #0611EB;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
#menufilms
{
	width: 56px;
	height: 28px;
	background-image: url(images/menu_films.png);
	float: left;
	cursor: pointer;
	margin-top: 1px;
}
#menufilms:hover
{
	background-image: url(images/menu_filmsover.png);	
}
#menufilmography
{
	width: 129px;
	height: 28px;
	background-image: url(images/menu_filmography.png);
	float: left;
	cursor: pointer;
	margin-top: 1px;
}
#menufilmography:hover
{
	background-image: url(images/menu_filmographyover.png);
}
#menuinproduction
{
	width: 143px;
	height: 28px;
	background-image: url(images/menu_inproduction.png);
	float: left;
	cursor: pointer;
	margin-top: 1px;
}
#menuinproduction:hover
{
	background-image: url(images/menu_inproductionover.png);
}
#menututorials
{
	width: 99px;
	height: 28px;
	background-image: url(images/menu_tutorials.png);
	float: left;
	cursor: pointer;
	margin-top: 1px;
	margin-right: 1px;
}
#menututorials:hover
{
	background-image: url(images/menu_tutorialsover.png);
}
#filmtitle
{
	width: 790px;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#filmthumbnail
{
	width: 120px;
	float: left;
	margin-right: 5px;
	text-align: center;
}
#filminfo
{
	width: 665px;
	float: left;
}
#halfitem
{
	width: 390px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: right;
}
#halfitem2
{
	width: 390px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
}
#indexpanel
{
	width: 800px;
	height: 300px;
	background-image: url(images/body_panelnews2.png);
	float: left;
}
#filmheader
{
	width: 790px;
	text-align: center;	
	float: left;
}
#centertext
{
	text-align: center;	
}
#picitem
{
	width:104px;
	float: left;
	text-align: center;
}