@charset "utf-8";
html{
	height: 100%;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainbox{
	width:80%;
	height:40%;
	margin: 0 auto;
}
.header{
	width:100%;
	min-height: 80px;
	vertical-align: middle;
	background: -webkit-linear-gradient(#0F50B4, #b8c4cb);
	background: -o-linear-gradient(#0F50B4, #b8c4cb);
	background: linear-gradient(#0F50B4, #b8c4cb);
}
.middle{
	width:100%;
	min-height: 640px;
}
.leftnav{
	width:13%;
	min-height: 640px;
	float: left;
	background-color: #FFFFFF;
}
.leftnav-key{
	width:100%;
	float: left;
	background:-webkit-linear-gradient(left, #5C5353, #f6f6f8);
	background:-o-linear-gradient(left, #5C5353, #f6f6f8);
	background:linear-gradient(to right, #5C5353, #f6f6f8);
}
.maincontact{
	width:87%;
	min-height: 640px;
	float: left;
	text-align: center;
}
.footer{
	height: 100px;
	width: 100%;
	background-color: #ddd;
	position: fixed;
	bottom: 0;
}
iframe{
	width:90%; 
	min-height:1500px; 
	scrolling:no;
	margin:0;
	border:none;
	frameborder:0;
	allowtransparency:yes;
}
