﻿/* 固定 */

body {
	font-family: Verdana, sans-serif, Arial, Helvetica;
}

#WRAPPER {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#HEADER {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	overflow: hidden;
}
#VISION {
	height: 500px;
	width: 950px;
}

#CONTENT {
	height: 510px;
}


#CONTENT #LEFT {
	width: 240px;
	height: 510px;
	float: left;
	background-image: url(../images/player_bg.jpg);
}


#CONTENT #CENTER {
	width: 710px;
	height: 510px;
	float: left;
	background-color: #000000;
}
#CONTENT #LEFT .player {
	height: 480px;
	width: 180px;
	margin-top: 15px;
	margin-bottom: 5px;
	float: left;
	padding-left: 18px;
}


#COPYRIGHT{
	display:block;
	width:950px;
	height:60px;
}
