body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#info {
	color:#FFF;
	padding:5px;
	font-size: 11px;
	float: right;
	height: 300px;
	width: 300px;
	margin-right: 20px;
	overflow: auto;
	text-align: left;
	background-color:#333;
	/*background-image: url(images/black_bg.png);*/
}

#base {
	height: 100%;
	width: 100%;
	background-color: #E6E6E6;
}
#base td {
	text-align: center;
	vertical-align: middle;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#central {
	height: 610px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
}
#central .menu {
	height: 80px;
}
#central .footer {
	height: 30px;
}

