#wrap{
	float:left;
	width:100%;
	min-width:1600px;
}

#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding-top:10px;
	height:50px;
	background:#6090db;
	z-index:9999;
}

h1#logo{
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:700;
	line-height:30px;	
}

#container{
	position:relative;
	float:left;
	width:100%;
	margin-top:60px;
}

#container.main_wrap{
	margin-top:0;
	background:url("/images/main_background2.png") no-repeat center top;
	height:1080px;
}

#aside{
	float:left;
	width:250px;
	height:100vh;
	border-right:1px solid #ddd;
}

#content{
	float:left;
	width:1200px;
	margin:30px 0 100px 20px;
}

#footer{
	float:left;
	width:100%;
	padding:30px 0;
	border-top:1px solid #ddd;
	background:#5f5f5f;
	color:#fff;
}

#login_area_box{
	position:absolute;
	left:0;
	top:460px;
	width:100%;
}

#login_area{
	margin:0 auto;
	width:375px;
}

h2#company_logo{
	float:left;
	width:100%;
	margin-top:130px;
	text-align:center;
}

h2#company_logo img{
	max-height:100px;
}