@charset "utf-8";

body {
	margin: 0;
	padding: 100px 0 0 0;
	background: #CCC url(null) fixed;
}
#title {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#contents {
		height: 100%;  
    overflow: auto; 
}
#header {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	color: #000;
	background: #CCC;
}
#header #menu { margin-top: 20px; }
