/*
  Студия Дмитрия Годунова 
  http://godunovstudio.ru
  v.2
*/
html:lang(ru) {
	quotes: "\00AB" "\00BB";
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 100%;
	background-color: black;
	color: black;
	text-align: center;
}
body {
	font-size: 76%;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	min-height: 468px; /* for good browsers*/
}

* {margin: 0; padding: 0;}

#outer{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 468px;
} 
#inner {
	width: 100%;
	background: white;
	height: 468px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-color: black;
/*	border-top: 1px #330 solid;*/
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
.sdg {
	position: relative;
	top: 30%;
	bottom: 30%;
}
h1 {
	color: black;
	visibility: hidden;
}
.siteout A, .siteout A:visited {
	position: absolute;
	bottom: 1px;
	left: 20px;
	color: #AAA;
	text-align: left;
}

/* html */
img {
	border: 0;
}
/* end html */