body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 150%;
	color: #fff;
	background-color: #000;
	background: #000 url('../images/bg.png') no-repeat fixed center center;
	
	
}

h1 {
	font-weight: 100;
	font-size: 70px;
	text-align: center;
	line-height: 120%;
}

h2 {
	font-weight: 100;
	font-size: 24px;
	line-height: 120%;
}

p {
	font-size: 10px;
}

#container {
	margin: auto;
	width: 800px;
	padding: 20px;
	text-align: left !important;
}

blockquote {
	font-size: 10px;
	background-color: #fafec2;
	padding: 5px;
}

#faq {
	position: absolute;
	top: 0px;
	right: 100px;
	padding: 20px;
	width: 800px;
	z-index: 2000;
	background: #FFF;
	visibility: hidden;
}

#tab {
	position: absolute;
	top: 0px;
	right: 100px;
	padding: 10px;
	background-color: #1a5a8a;
	cursor: pointer;
}

.q {
	font-size: 16px;
	color: #1a5a8a;
}

.a {
	font-size: 12px;
	color: #873c39;
}

li {
	margin-bottom: 20px;
}