@charset "utf-8";

#wrap {
	width:100%;
	min-width:1200px;
	position:relative; 
	margin:0 auto;
	overflow:hidden;
}
#header {
	background: linear-gradient(to bottom, rgba(40,89,167,10) 0%, rgba(5,159,172,10) 100%);
	width: 350px;
	box-sizing: border-box;
	position:fixed; 
	left: 0; top: 0;
	bottom: 0;
	z-index: 99;
}
#container {
	width:100%;
	position:relative; 
	margin:0 auto;
	background: #f9f9f9;
	    min-height: 100vh;
}
.inner {
	width:900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	width:100%;
	clear:both;
	position:relative; 
	margin:0 auto;
}
