@CHARSET "UTF-8";

	#logo_cospar {
		position: absolute;
		width: auto;
		height: auto;
		left: 60px;
		top: 4px;
		text-align: center;
		display: inline;
	}

	#logo_zarm {
		position: absolute;
		width: 192px;
		height: auto;
		left: 64px;
		bottom: 48px;
		display: inline;
		text-align: center;
		background: transparent;
	}

	img.selector {
		position: absolute;
		left: 4px;
		top: 8px;
	}
	
	#header {
		width: 100%;
		height: 112px;
		vertical-align: middle;
		background: url(../images/system/header_background.jpg) left no-repeat;
		overflow: hidden;
	}
	
	#headerContent {
		position: relative;
		height: 88px;
	}
	
	#headerAnnouncement {
		position: relative;
		top: 32px;
		left: 60px;
	}
	
	#headerPicture {
		float: right;
		position: absolute;
		top: 26px;
		right: 48px;
	}
