img {
	border: none;
}
body {
	background: #464b45;
	margin: 0;
	padding: 0;
}
#bg {
	z-index: 2;
	position: absolute;
	background: -webkit-gradient(linear, 0% 0%, 20% 80%, from(rgba(15,19,14,1)), to(rgba(70,75,69,0)));
	/* background: url('bg_photo.jpg') no-repeat;
	background-size: 100%; */
	width: 100%;
	height: 100%;
}
#header {
	z-index: 10;
	position: absolute;
	text-align: center;
	width: 100%;
	background: #000;
	padding: 10px 0;
	font-family: Ubuntu, sans-serif;
	font-size: 0.7em;
	color: #888;
}
#window-center {
	z-index: 5;
	position: absolute;
	text-align: center;
	background: #666b65;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666B65), to(#666B65), color-stop(.6,#5D615C));
	width: 20em;
	left: 50%;
	margin-left: -10em;
	padding: 2.5em 0;
	border: solid 1px #888;
	border-radius: 1.5em;
	box-shadow: 0.5em 0.5em 1em rgba(0,0,0,0.25);
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.8);
	top: 30%;
	font-family: Ubuntu, sans-serif;
	font-size: 1.1em;
	color: #fff;
	line-height: 140%;
	/*line-height: 200%;*/
}
#window-center:hover {
	background: #6e736d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6e736d), to(#6e736d), color-stop(.6,#616460));
}
#window-center hr {
	width: 90%;
	border: none;
	border-top: dashed 1px #888;
}
#window-center form {
	margin-top: 10px;
	margin-bottom: 10px;
}
#window-center .inp {
	width: 250px;
	border-radius: 3px 0 0 3px;
	border: solid 1px #333;
	border-right: none;
	background: #fff;
	color: #000;
	padding: 5px;
	margin: 0;
}
#window-center .but {
	width: 60px;
	border-radius: 0 3px 3px 0;
	border: solid 1px #333;
	border-left: none;
	background: #333;
	color: #fff;
	padding: 5px;
	margin: 0;
}
#window-center .link-out {
	width: 250px;
	text-align: center;
	border-radius: 3px;
	border: solid 1px #333;
	background: #eee;
	color: #000;
	padding: 5px;
	margin: 0;
}
#copyright {
	z-index: 4;
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	margin: 0.5em;
	font-family: Ubuntu, sans-serif;
	font-size: 0.7em;
	color: #888;
}
#copyright a {
	color: #888;
	text-decoration: none;
}
h3 {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
}
h6 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none;
	line-height: 100%;
}