div.header_web {
	margin: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	text-align: right;
	/*
	border: 1px solid #bbbbee;
	background-image: url("../images/bg_header.png");
	*/
	width: 1024px;
	height: 100px;
}
div.header_web img {
	margin-top: 10px; float:left;
}
div.footer_web {
	text-align: center;
	border: 1px solid #ddddee;
	float:left;
	background-image: url("../images/bg_header.png");
	width: 1024px;
	height: 50px;
	margin-bottom: 5px;
}
