header{
	display:none;
}
#privacy{
	width:100%;
	overflow-x:hidden;
	text-align:center;
	padding-top:100px;
	position:relative;
}
#privacy .main_txt{
	width:980px;
	margin:50px auto;
	text-align:left;
}
#privacy .main_txt h1{
	padding-bottom:5px;
	border-bottom:1px solid #003559;
	margin-bottom:30px;
}
#privacy .main_txt p{
	margin-bottom:20px;
	color:#003559;
}
#privacy .main_txt strong{
	margin-top:40px;
	display:block;
}
#privacy .main_txt a{
	color:#003559;
}

@media screen and (max-width: 670px){
	#privacy{
		padding-top:60px;
		padding-bottom:50px;
	}
	#privacy .main_txt{
		width:90%;
	}
	#privacy .main_txt h1 img{
		width:100%;
	}
	#pageTop {
		position:absolute;
		padding:0;
    bottom: 10px;
    right: 2%;
}
}