#main {
	background-image: url(../readme/main.jpg);
	background-position: center;
	width: 724px;
	height: 576px;
	position: relative;
}

#contact {
	left: 89px;
	top: 368px;
	width: 137px;
	height: 49px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#contact:hover {
	border: 3px solid red;
}
#faq {
	left: 452px;
	top: 477px;
	width: 136px;
	height: 49px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#faq:hover {
	border: 3px solid red;
}

#footer {
	background-image: url(../readme/header.jpg);
	background-position: 0 -20px;
}
