html, body {
	height:100%;
}
.fader:hover
{
	color: #004594;
	opacity:90;
}
h1 
{
  font-family: anivers-1,anivers-2,sans-serif;
}
.fader
{
opacity:0.8;
}
.three-col {
       -webkitcolumn-count: 2;
       -webkitcolumn-gap: 350px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
}
.three-col {
       -moz-column-count: 2;
       -moz-column-gap: 350px;
       -moz-column-count: 2;
       -moz-column-gap: 20px;
}
.typekit-badge {display:none !important;}

#box1
{
  position: fixed;
	color: navy;
	font: 13px/15px anivers-1,anivers-2,sans-serif;
	right: 30px;
	top: 20px;
	float: right;
	text-align: right;
	width: 800px;
	letter-spacing: 0;
	word-spacing: 10px;
}

#box2
{
  position: fixed;
	color: navy;
	font: normal normal 13px/15px anivers-1,anivers-2,sans-serif;
	left: 30px;
	top: 20px;
	width: 800px;
	letter-spacing: 0;
}

#box3
{
	position: relative;
	font: 12px/20px  anivers-1,anivers-2,sans-serif;
	color: black;
	top: 15%;
	width: 1090px;
	margin: 0 auto;
	text-align: center;
}

#box4
{
	position: fixed;
	left: 30px;
	font: 11px/16px anivers-1,anivers-2,sans-serif;
	bottom: 20px;
	direction: ltr;
}

#box5
{
	position: fixed;
	right: 30px;
	font: 11px/16px anivers-1,anivers-2,sans-serif;
	text-align: right;
	bottom: 20px;
	direction: ltr;
}