﻿@charset "utf-8";
/* CSS Document */

body{
	background-color:#E8EBF0
}

#indexTop{
	margin:auto;
	text-align:left;
	width: 680px;
	height: 100px;
}
#indexFlash{
	margin:auto;
	width:799px; height:386px;
}
#indexBottom{
	margin:auto;
	width:799px; height:120px;
	background:url(../images/bottom_bg.gif) no-repeat;
	text-align:center;
}
#indexmenu{
	width:100%;
	height:31px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#indexText{
	width:760px; text-align:center;
	color:#999999;
	margin-top:22px;
	line-height:22px;
}
