﻿* {
	margin:0px;
	padding:0px;
}

html, body {
	font: 12px Arial;
	color: #ffffff;
}

#container {
	width: 965px;
	height: 489px;
	margin: 0 auto;
	margin-top:56px;
}
#header {
	float:left;
	width:965px;
	height:80px;
}
#header_left {
	float:left;
	width:457px;
	height:80px;
	padding-left:7px;
	background:url(../images/bg_header_left.jpg) no-repeat;
}
#header_center {
	float:left;
	width:226px;
	height:77px;
	padding-top:3px;
	background:url(../images/bg_header_center.jpg) no-repeat;
}
#header_right {
	float:left;
}
#main {
	float:left;
	width:965px;
	min-height:293px;
	_height:293px;
	margin-top:17px;
}
#main ul {
	list-style:none;
}
#main ul li.video {
	float:left;
	width:431px;
	height:269px;
	background:url(../images/bg_film1.gif);
	margin-right:11px;
	padding-left:11px;
	padding-top:11px;
}
#main ul li.flash_hp {
	position:relative;
	float:left;
	width:501px;
	height:269px;
	background:url(../images/bg_menu_hp1.gif);
	padding-left:11px;
	padding-top:11px;
	z-index:1;
}
#footer {
	float:left;
	width:965px;
	height:25px;
	color:#2e4680;
	text-align:left;
	padding-top:5px;
}
#footer a {
	color:#2e4680;
	text-decoration:none;
}
#footer a:hover {
	color:#2e4680;
	text-decoration:underline;
}

a {color: #999999; text-decoration: underline;}
a:hover {color: #999999; text-decoration: none;}
