@charset "utf-8";
/* CSS Document */
body{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #E5BD7F;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	padding: 2px;
}
a:hover {
	color: #000000;
	background-color: #FFFF00;
}

#flashmov {
	height: 224px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	padding-top: 350px;
}
.footer {
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footer .copyright {
	background-image: url(images/ennglish_name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 450px;
	float: right;
	padding-top: 20px;
}
.footer .tips {
	background-image: url(images/flash_icon.gif);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 410px;
	background-position: left center;
	padding-left: 40px;
	text-align: right;
	line-height: 18px;
}
.footer .tips ins {
	text-decoration: none;
	font-size: 12px;
}
#flashmov .button {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}
#flashmov .button a {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
