@charset "utf-8";
/* CSS Document */

#header-fix-space { height: 120px; }

#fixed-header	{
		background-color: #999999;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1500;
		}