html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Open Sans', sans-serif;
}
#container {
   min-height:100%;
   position:relative;
}
#header {

}
#body {
    padding-bottom:40px;
	padding-top:0px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;  
   height:220px;
   background:#555;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.lineTop{
	width:100%;
	height:10px;
	background:#002A64;
}
.logo{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:200px;
}
.logo img{
	margin:0 auto;
	text-align:center;
}
#body h2{
	font-size:18px;
	line-height:24px;
	color:#999;
	margin-top:50px;
	font-weight:500;
	text-align:center;
}
.ctFooter{
	overflow:hidden;
	width:100%;
}
.textFooter{
	position: relative;
	width: auto;
	margin: 0 auto;
	display: table;
	text-align:center;
}
.textFooter h2{
	color:#fff;
	font-size: 16px;
	line-height: 22px;
}
.textFooter p a,
.textFooter p{
	font-size: 13px;
	line-height: 20px;
	color:#999;
}
@media screen and (max-width:500px) {
	
}