@CHARSET "UTF-8";
.header {
	background-color: #000000;
	height: 150px;
	background-image: url(img/header_back.jpg);
	background-repeat: repeat-x;
}
.header .fixbar {
	position: absolute;
	background-color: #f0f0f0;
	width: 100%;
	top: 100px;
	max-height: 0px;
}
.header.fixed .fixbar {
	position: fixed;
	top: 0px;
	background-image: url(url);
}
