﻿body{
	background-image: url(bgindex.jpg);
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	color:white;
}
div{
	margin:auto;
}
a{
	color:yellow;
	text-decoration:none;
}
a:hover{
	color: aqua;
}
.IndexFlash{
	background-image: url(bgindex2.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:30px 0px;
}
.IndexCont{
	width:800px;
	text-align:left;
	line-height:18px;
	padding:5px;
}