body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
#container {
	width: 700px;
	margin: -50px -350px;
	left: 50%;
	position: absolute;
	top: 50%;
}
#container #t {
	background-image: url(img/t.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#container #b {
	background-image: url(img/b.gif);
	background-repeat: no-repeat;
	height: 45px;
}
.rpl {
	display:none;
}
#m {
	padding: 10px;
	text-align: center;
}
#infusion {
	position: absolute;
	padding: 1px 2px;
	bottom: 0px;
	margin-left: -50px;
	left: 50%;
	overflow: hidden;
	border-left: solid #EEE 1px;
	border-right: solid #EEE 1px;
	border-top: solid #EEE 1px;
}
#infusion a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#infusion a:hover {
	color: #666666;
	text-decoration: none;
}
#infusion a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#infusion a:active {
	text-decoration: none;
	color: #CCCCCC;
}
