﻿/* 固定 */

body {
	font-family: Verdana, sans-serif, Arial, Helvetica;
	background-image: url(../sample/site_bg.jpg);
	background-repeat: repeat-x;
}

#WRAPPER {
	width: 950px;
	height: auto;
}
#HEADER {
	background-color: #FFFFFF;
	height:auto;
	overflow: hidden;
}
#VISION {
	height: 480px;
	width: 950px;
	display: block;
	text-align: left;
	background-image: url(../images/00.jpg);
}

#CONTENT {
	height: 400px;
	display: block;
	width: 950px;
	background-color: #FFFFFF;
}
#CONTENT  #SONG{
	width: 950px;
	height: 400px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
}
#CONTENT  #SONG  .list{
	width: 930px;
	height: 390px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#CONTENT .link {
	height: 65px;
	width:950px;
	_display:inline;
	float: left;
}
#CONTENT .link .push {
	height: 65px;
	width:140px;
	_display:inline;
	float: left;
}
#CONTENT .link .banner {
	height: 60px;
	width:810px;
	_display:inline;
	padding-top: 5px;
	float: left;
}

#COPYRIGHT{
	width:950px;
	height:auto;
}
