@charset "utf-8";
/* CSS Document */




body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
.top {
	background-image: url(../images/Main/top.gif);
	background-repeat: repeat-x;
	height: 94px;
	width: 100%;
}
.header {
	height: 168px;
	width: 100%;
	background-color: #000;
	text-align: center;
}
.header_center {
	height: 168px;
	width: 780px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
.mid {
	height: 293px;
	width: 100%;
	background-color: #000;
	text-align: center;
}
.mid_center {
	height: 293px;
	width: 780px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	height: 119px;
	width: 100%;
	background-color: #000;
	text-align: center;
}
.footer_center {
	height: 119px;
	width: 780px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
.bottom {
	background-image: url(../images/Main/bottom.gif);
	background-repeat: repeat-x;
	height: 94px;
	width: 100%;
	text-align: center;
}
