* {font-family: "sans-serif"; font-weight: 400;}
body {font-size:14px; color:#000; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; overflow-x: hidden;}


img {width: 100%; display: block;}


.Top {position: fixed; background: #fff; box-shadow: 0px 0px 5px #eee; z-index: 10; width: 100%; top: 0px;}
.LogoOne {float: left; width: 180px; padding-left: 20px;}
.LogoTwo {float: right; width: 70px; padding-right: 20px;}

.Bottom {background: #1d2087; color: #fff; padding: 20px 0px; text-align: center; font-size: 12px; line-height: 25px;}

.Frame {height: 0px;}

@media only screen and (max-width: 960px){
	.Top {position: fixed; background: #fff; box-shadow: 0px 0px 5px #eee; z-index: 10; width: 100%; top: 0px;}
	.LogoOne {float: left; width: 150px; padding-left: 10px;}
	.LogoTwo {float: right; width: 60px; padding-right: 10px;}
	.Frame {height: 80px;}
	.Bottom {background: #1d2087; color: #fff; padding: 20px 10px; text-align: center; font-size: 14px; line-height: 25px;}
}