html, body { 
  	height: 100%; 
	margin: 0; 
	padding: 0;
	background-color: #f49100;
}
body {
	color: #fff;
	font: 24px Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fbddb0;
}
*:focus { 
	outline: none; 
}
img {
	border: 0;
}
.clear {
	display:block;
	clear: both;
	font-size:0;
	overflow:hidden;
	height: 0;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}

/* General Styles */
.main, .footer, .header, .center, .hContent, .content {
	position:relative;
}
.main { 
    min-height: 100%;
	min-width: 1006px;
	font-style: italic;
	text-transform: uppercase;
}
.header, strong {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
}
.hContent, .center, .footer {
	min-width: 966px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
.subFooter, .footer {  
    height: 100px;
    clear: both;
}
.footer {
	margin-top: -325px;
}

/* Header */
.header {
	height: 238px;
	color: #f49100;
	font-weight: bold;
	line-height: 155%;
	padding-top: 38px;
	background-color: #fff;
	letter-spacing: -1px;
}
.hBG, .stamp {
	position: absolute;
}
.hBG {
	width: 100%;
	height: 160px;
	bottom: -60px;
	left: 0;
	background: #fff url(../images/headerBG.png) no-repeat top center;
}
.stamp {
	top: 31px;
	left: 50%;
	width: 219px;
	height: 155px;
	margin-left: -76px;
	background: #fff url(../images/stamp.jpg) no-repeat top left;
}
.header .floatL {
	width: 350px;
}
.header .floatR {
	width: 320px;
	text-align: right;
	line-height: 145%;
	padding-top: 4px;
}
.header div span {
	text-transform: none;
}

/* Center */
.center {
	text-align: center;
	padding-bottom: 10px;
}
.logo {
	position: relative;
	width: 510px;
	height: 126px;
	margin: 0 auto 50px auto;
	left: 19px;
	background: #f49100 url(../images/logoPivobank.jpg) no-repeat top left;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.content {
	width: 245px;
	margin: 0 auto;
}
.socials {
	margin: 11px -12px 0 -9px;
}
.socials a {
	margin: 0 10px;
}

/* Menu */
ul.menu, ul.menu * {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu {
	line-height: 150%;
	margin-top: -7px;
}

/* Footer */
.footer {
	font-size: 15px;
	color: #fcffec;
	line-height: 120%;
}