@charset "utf-8";
body {
	background-image:url(../images/bg.png);
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat-x;
	background-color: #BAC6DC;
	text-align: left;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align: center;
}
.mainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align: right;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: white;
	text-align: center;
}

.headContainer{
	background-image:url(../images/MainBanner.png);
	background-position:center;
	background-repeat:no-repeat;
	height:200px;
}
.bottomContainer{
	background-image:url(../images/bottomBanner.png);
	background-position:center;
	background-repeat:no-repeat;
	height:100px;
}
.China{
	background-image:url(../images/ChinaText.png);
	background-position:center;
	background-repeat:no-repeat;
	height:100px;
}
#main table tr .main p {
	text-align: center;
}
#main table tr .main table {
	text-align: left;
}
a:link 
{ 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
.movie {
				width: 100%;
				height: 100%;
			}
div.movie {
	width: 600px;
	height: 300px;
	text-align: center;
			}
