﻿/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
BODY {
	FONT-FAMILY: "Arial";
	font-size:12px;
	color:#666666;
	MARGIN: 0px;
	font-size:12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
}
.index
{
	height: 531px;
	width: 990px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto; text-align:center;	
	
	
}

.indexx{
	height: 1px;
	width: 1000px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b1ce92;	
	
}


.indexd{
	height: 40px;
	width: 990px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height:40px;
	text-align:center;
	font-weight:600;
	
	
}