@charset "utf-8";
#header {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 100%;

   background: ;
	float: none;
	clear: none;
	z-index: 0;
	background-color: #DCDEDC;
	background-attachment: fixed;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
