/* Main style */
html{
	height: 100%;
	width: 100%;
}
body {
	font: normal 12px Arial;
	color: #000;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 1004px;
	background: #F0E8DD;
}

#hflash{
	position: absolute;
	z-index: 1;
	top: 0;
}

#overall{
	position: absolute;
	height: 647px;
	top: 0;
	z-index: 3;
}
	#overall img{
		height: 647px;
		width: 1004px;
		border: 0;
	}

.spravochnik{
	color: #4a320c;
}

.spravochnik p{
	color: #4a320c;
}

.spravochnik td{
	color: #4a320c;
}

.spravochnik table{
	color: #4a320c;
}


