body#background{
	background: url(../images/index/index_bg_01.jpg) no-repeat center top; 
}
#container{
	width: 1100px;
	background-color: transparent !important;
}
#main{
	clear: both;
	width: 940px;
	height: 500px;
	background: transparent !important;
	overflow: hidden;
	position: relative;
}



#rightcontent{
	float:right;
	width: 300px !important;
	text-align: right;
}
#rightcontent ul{
	padding-top: 20px;
}
#rightcontent li{
	padding-top:10px;
}
#pic01,#pic02,#pic03,#pic04{
	width: 300px;
	height:95px;
	display: block;
}
#pic01 {
	background:url(../images/index/show_01.png) no-repeat;
}
#pic02 {
	background:url(../images/index/show_02.png) no-repeat;
}
#pic03 {
	background:url(../images/index/show_03.png) no-repeat;
}
#pic04 {
	background:url(../images/index/show_04.png) no-repeat;
}
a#pic01:hover{
	background:url(../images/index/show_hover_01.png) no-repeat;
}
a#pic02:hover{
	background:url(../images/index/show_hover_02.png) no-repeat;
} 
a#pic03:hover{
	background:url(../images/index/show_hover_03.png) no-repeat;
} 
a#pic04:hover{
	background:url(../images/index/show_hover_04.png) no-repeat;
}

#tags{
	width: 1100px;
	background: url(../images/index/footer_bg.gif) no-repeat !important;
}


