/* CSS Document */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #D72C6D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
}
#header_main {
	text-align: left;
	height: 381px;
	width: 1000px;
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.right{
    float:left;
	margin-left:278px;
	height:381px;
}
#footer{
    width:1000px;
	height:224px;
	background-image: url(../images/index_02.gif);
	background-repeat: no-repeat;
}
#enter_index_bg{
    /*background-image: url(../images/enter_index.png);
	background-repeat: no-repeat;*/
	background-color:#4A4A4A;
	position:absolute;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	width:458px;
	height:458px;
	float:left;
}

#bofang{
    width:70px;
	float:right;
	padding-right:150px;
}
#con_flash{
    margin:8px; 
	border:1px solid #000000; 
	padding-top:4px; 
	position:absolute; 
	width:438px; 
	height:438px; 
	text-align:center;
}

#enter_index{
    margin-left:278px;
}