@charset "utf-8";
body
{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.back 
{
	background-image:url(img_index/back.gif);
	background-repeat:repeat-y;
	width:990px;
	height:100px;
}
.footer
{
	background-image:url(img_index/back.gif);
	background-repeat:repeat-y;
	width:990px;
	height:132px;
}
.border
{
	border-bottom:solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-top: solid #000000 1px;
	
}
.border1
{
	
	border-left: solid #EC8C44 1px;
	border-right: solid #EC8C44 1px;
	border-top: solid #EC8C44 1px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}

