html, body {
  width:100%;
  height:100%;
    margin:0;
  padding:0;
}
#content {
  position: relative;
  min-height: 100%;
}
* html #content {
  height: 100%;
}
.copy {
  position: relative;
  margin-top: -2em;
  height: 2.5em;
}
body {
	background-color: #1F1E1F;
	color: #6B6B6B;
/*	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	*/
}
a {
	color: #A1A1A1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.photo {
	border: 1px solid #FFFFFF;
}
.lang {
	width: 20px;
}
.eng, .rus {
	text-decoration: none;
}
.eng {
	border-bottom: 1px dashed #A1A1A1;
	padding-bottom: 2px;
}
.menu_top_border {
	padding-left: 4px;
	padding-right: 4px;
}
h1 {
	text-align: center;
	margin-bottom: 0px;
	color: #A1A1A1;
	font-weight: normal;
	margin-top: 5px;
}
.ph_b1_ {
	text-align: center;
}
.copy {
	text-align: center;
	font-size: smaller;
	margin-top: 2em;
}
.list {
}
.head_index {
	text-align: center;
}











