body {
	z-index: 10;
	font-size: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	margin: auto;
	text-align: center;
	background: white url('bg.png') top repeat-x;
}
#bottom {
	width: 100%;
	height: 100px;
	background: transparent url('bgr.png') bottom repeat-x;
	left: 0; bottom: 0;
}
#content {
	z-index: 10;
	width: 80%;
	margin: auto;
	text-align: left;
}
#content p { text-align: justify; }
#content ol { text-align: justify; }

#logo {
	z-index: 10;
	font-size: 5em;
	font-family: Times New Roman, serif;
}
#copyright {
	width: 100%;
	font-size: 0.85em;
	text-align:center;
	left: 0;
	bottom: 1em;
}
#copyright A { text-decoration:none; color: #007fff; }
#copyright A:hover { text-decoration:underline; }

.eng {
	color: #00007f;
}
.rus {
	color: #007f00;
}
