body {
	margin: 0;
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #00121E;
}

#wrap {
	position: relative;
	width: 910px;
	height: 610px;
	margin: 0 auto;
	padding: 50px 0 50px 50px;
	background: #00121E url(../images/bg.jpg) 100% 0 no-repeat;
	font-size: 80%;
}

/*------ general styles ------*/
a { text-decoration: none; color: #FABD17; font-weight: bold; }
a:hover, a:focus, a:active { text-decoration: underline }
h1, h2, h3, h4, h5 { 
	margin: 1em 0 .5em; 
	line-height: 1.2
}
h1 { 
	margin: 0 0 .8em;
	font-size: 300%; 
	line-height: 1
}
h2, h3 {
	margin: 0;
	font-weight: normal
}
h2 { font-size: 170% }
h3 { font-size: 140%; color: #FABD17 }
h4 { font-size: 120% }
p { 
	margin: 0 0 1em;
	line-height: 1.2 
}
ul { padding: 0; margin: 0; list-style: none }
img { border: 0 }

.helicopter {
	position: absolute;
	z-index: 10;
	top: 146px; right: 8px
}
.logo {
	position: absolute;
	bottom: 25px; right: 40px
}
* html .logo { bottom: 70px }
.questions {
	float: left;
	width: 175px;
	margin: 0 20px 1em 0;
	font-size: 87.5%;
}

.strap {
	clear: both;
	width: 925px;
	margin: 0 0 2em -50px;
	padding: .5em 0 .5em 35px;
	background: #FABD17;
	color: #1A171B;
	font-size: 117.5%;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase
}
	.strap li {
		float: left;
		margin-left: 15px;
		padding-left: 15px;
		background: url(../images/arrow1.png) 0 50% no-repeat
	}

.arrows {
	float: left;
	width: 240px;
	padding-right: 10px;
	margin-right: 15px;
	border-right: 1px solid #FFF;
	font-size: 97.5%
}

.arrows li {
	padding-left: 15px;
	background: url(../images/arrow2.png) 0 5px no-repeat
}

.right { 
	width: 260px;
	padding: 0; 
	margin: 0; 
	border: 0 
}