﻿/* 固定 */

body {
	font-family: Verdana, sans-serif, Arial, Helvetica;
}

#WRAPPER {
	width: 950px;
	height: auto;
}
#HEADER {
	background-color: #FFFFFF;
	height:auto;
	overflow: hidden;
}
#VISION {
	height: 235px;
	width: 950px;
	display: block;
	background-image: url(../images/index_01.gif);
}

#CONTENT {
	height: 615px;
	display: block;
	width: 950px;
	float: left;
}


#CONTENT #LEFT {
	width: 515px;
	height: 615px;
	float: left;
}
#CONTENT #LEFT  .search {
	width: 515px;
	height: 55px;
	background-image: url(../images/search_bg.jpg);
	text-align: left;
}
#CONTENT #LEFT .search .txt{
	width: 235px;
	float: left;
	padding-top: 22px;
	padding-left: 182px;
}

#textfield {
	height: 21px;
	width: 235px;
}
#CONTENT #LEFT .search .txt .text{
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	text-indent: 3px;
	vertical-align: text-bottom;

}
#CONTENT #LEFT .search .go {
	height: 22px;
	width: 50px;
	float: left;
	padding-top: 22px;
	padding-left: 5px;
}

#CONTENT #LEFT  .star {
	width: 515px;
	height: 560px;
}


#CONTENT #RIGHT {
	width: 435px;
	height: 615px;
	float: left;
	background-image: url(../images/player_bg.jpg);
}


#COPYRIGHT{
	display:block;
	width:950px;
	height:auto;
	float: left;
}
