body {
	background-color:#ffffff;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	color:#000000;
}

div#center_page {
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	width: 950px;
	height: 550px;
	margin-left: -475px;
	margin-top: -275px;
	padding: 3px;
	text-align:center;
}

td#bg_tbp {
	width:184px;
	height:58px;
	background-image: url('../img/reflection_tbp.png');
	background-repeat: no-repeat;
	background-position: top center;
}

td#bg_fpb {
	width:184px;
	height:58px;
	background-image: url('../img/reflection_fpb.png');
	background-repeat: no-repeat;
	background-position: top center;
}

td#bg_mm {
	width:184px;
	height:58px;
	background-image: url('../img/reflection_mm.png');
	background-repeat: no-repeat;
	background-position: top center;
}

td#bg_adn {
	width:184px;
	height:58px;
	background-image: url('../img/reflection_adn.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.site_desc {
	margin-top:20px;
	font-size:12px;
	font-family: sans-serif;
	text-align:center;
}