@charset "UTF-8";
*, html{
	margin:0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: CCCCCC;
	background-image: url(images/comm_index_01.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#container{
	width: 960px;
	margin: 0 auto;
}
#header{
	height: 248px;
	background: url(images/comm_index_04.jpg);
}
#content1{
	width: 960px;
	height: 349px;
	background: url(images/comm_index_06.jpg);
}
#subcontent1{
	width: 560px;
	margin: 25px 25px 0 0;
	color: #666;
	float: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 1.5em;
	text-align: right;
}
#video_container{
	width: 960px;
	margin: 0 auto;
	height: 300px;
	background-color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}
#video{
	width:500px;
	height:300px;
	float: left;
	padding: 10px;
}
#video_text{
	width: 410px;
	float: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 10px;
	margin-right: 20px;
}
#video_text h2{
	font-size: 20px;
	font-weight: normal;
	color: #CCC;
}

#orderContain1{
	width: 470px;
	height: 183px;
	float: left;
	background: url(images/comm_index_09.jpg);
	margin-bottom: 25px;
}
#orderContain2{
	width: 470px;
	height: 183px;
	float: right;
	background: url(images/comm_index_11.jpg);
}
#text1{
	margin: 25px;
	color: #999;
}
#text2{
	margin: 25px 200px 25px 25px;
	color: #FFF;
}
#footer{
	width: 100%;
	height: 120px;
	background: #000000;
	clear: both;
	margin-top: 25px;
}
#footerContain, #footerContain a, #footerContain a:visited{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	color: #666;
	text-align: center;
	font-size: 12px;
}
