body {
	background-color: black;
	background-image: url(../images/page_faq_bg.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 11px;
}

a{
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

h1 {
	position: absolute;
	top: 103px;
	left: 189px;
}

img {
	border: 0 solid white;
}

div.main {
	margin-left: 83px;
	margin-top: 226px;
	width: 712px;
}
div.text {
	padding-bottom: 20px;
}

a#back {
	display: block;
	z-index: 10;
}
a#back {
	position: absolute;
	top: 0;
	left: 131px;
	width: 80px;
	height: 29px;
}
a#back:hover {
	/*background-color: blue;*/
}
