.logo {
	float: left;
	border: 0px;
	margin: 5px;
	width: 245px;
	height: 212px;
	text-align: center;
	overflow: hidden;
}
.logo_area {
	display: block;
	position: absolute;
	width: 245px;
	height: 212px;
	background-image: url('images/bordo.gif');
	text-decoration: none;
}

.logo img {
	border: 0;
	margin: 0 auto;
	vertical-align: middle;
}

.clear {
	clear: both;
}
