@charset "utf-8";
body {
	background-color: #900000;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	color:#FFE8E8;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
}
#body_bin {
	background-image: url(img/backGround.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px 5px;
	min-height: 500px;
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #600;
	border-left-color: #600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
img {
	border: none;
}
#body_bin #logo {
	text-align: center;
}
#body_bin h1 {
	font-size: 18px;
}
#body_bin #left {
	float: left;
	width: 518px;
}
#body_bin #right {
	width: 430px;
	padding: 40px 2px 5px 2px;
	margin-left: 530px;
	text-align:center;
	background-image: url(/img/down.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	color:#000;
	border: 1px solid #600;
	background-color:#FFBFBF;
}
#body_bin #right2 {
	width: 300px;
	padding: 2px 5px 5px 5px;
	margin-left: 650px;
	margin-top:20px;
	text-align:left;
}
#body_bin #right h2 {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#body_bin #right2 li {
	font-size:16px;
	font-weight:bold;
}
#body_bin #right2 h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.arrow {
	background-image: url(/img/arrows.png);
	background-repeat: no-repeat;
	font-size: 20px;
	color: #000;
	text-align: center;
	height: 43px;
	line-height: 40px;
	cursor: pointer;
	margin:10px 0px;
}
.arrow:hover {
	background-position: 0px -43px;
}
#foot {
	text-align:center;
	clear:both;
	padding-top: 30px;
}

