#top_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 87px;
	width: 50%;
	background-color:#012447;
   display:inline;
	overflow:hidden;
}
#top_right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 87px;
	width: 50%;
	background-color:#B11107;
   display:inline;
	overflow:hidden;
}
#foto {
	background-image: url(../images/under_foto_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 134px;
	width: 100%;
}
#foto img {
	margin-top:1px;
}
.logo {
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 157px;
	width: 50%;
}
#asc {
	float:right;
	margin: 20px 108px 0px 0px;
	padding: 0px;
}
#od_i {
	margin: 54px 0px 0px 72px;
	padding: 0px;
}
#bottom_left {
	position:fixed;
	left:0px;
	bottom:0 !important;
	top:409px;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 50%;
	height:auto;
	background-color:#095587;
}
#bottom_right {
	position:fixed;
	left:50%;
	bottom:0 !important;
	top:409px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	height:auto;
	background-color:#DE4138;
}
* html #top_right, .logo, #bottom_right{
	width:49.99%;
}
* html #bottom_left, #bottom_right {
	height : expression((document.body.clientHeight -409) + 'px');
}
#bottom_left img {
	float:right;
	margin: 33px 109px 0px 0px;
	padding: 0px;
}
#bottom_right img {
	margin: 33px 0px 0px 72px;
	padding: 0px;
	float: left;
}

