@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
}
#bin {
	background-image: url(im/fm.gif);
	background-repeat: repeat-y;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-bottom: 50px;
}
#bin .top_bin {
	background-image: url(im/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bin .top_bin h1 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#bin .text {
	text-align: left;
	margin-left: 70px;
	padding: 10px;
}
#bin .text .fpu {
	margin: 3px;
	padding: 2px;
	float: right;
	border: thin solid #666666;
}
#bin .text .mpu {
	margin: 3px;
	padding: 2px;
	float: left;
	border: thin solid #666666;
}
.fpu img,
.fvu img,
.mpu img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#bin .text a,
.top_bin a {
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#bin .text .fvu {
	text-align: center;
	margin-top: 10px;
	border: thin solid #666666;
	clear: both;
	padding: 5px;
}
