
body {			background-color: rgb(0,0,0);
}
div.Main {		background: url(../pics/faq_50.jpg) 50% 50% no-repeat;
			width: 640px;
			height: 480px;
			position: absolute;
			top: 5px;
			left: 100px;
}
a#Back, a#Back:link, a#Back:visited {
			display: block;
			position: absolute;
			top: 480px;
			left: 152px;
			width: 335px;
			height: 40px;
			background: url(../pics/back_arrow_0.gif) 0% 0% repeat;
			color: rgb(255,255,255);
			font: normal normal bold medium Arial, sans-serif;
			text-decoration: none;
			text-align: center;
			border: none;
			padding-top: 12px;
}
a#Back:hover, a#Back:active, a#Back:focus {
			background: url(../pics/back_arrow_1.gif) 0% 0% repeat;
}
img {			border: none;
}