body 
{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  background-color:#fff;
  font-size: 12px;
	margin:0px;
}

#contacts, #container, #copyRights, #prevVersion
{
	z-index: 3;
}

#container
{
	width:  360px;
	height: 238px;
	background-color:#000;
	position: absolute;
	left: 50%; /* Положение слоя от левого края */
  top: 50%; /* Положение слоя от верхнего края */
	margin-left: -180px; /* Отступ слева */
  margin-top: -120px;	/* Отступ сверху */
}

#logoContainer
{
	width:  360px;
	height: 200px;
}

#logo
{
	position:relative;
	width:  320px;
	height: 160px;
	left: 50%;
  top: 50%;
	margin-left: -160px;
  margin-top:-80px;
	background-image:url(dmytro-aranchii-architects-logo.jpg);
}
#container a
{
	text-decoration:none;
	text-align:center;
	padding:12px 0px;
	width:120px;
	display:inline-block;
	background-color:#7f7f7f;
	color:#fff;
	margin-top:80px;
}
#container a:hover
{
	background-color:#000;
}
#container a:visited, #prevVersion a:visited
{
	color:#fff;
}

#contacts, #copyRights, #prevVersion
{
	position:absolute;
}

#contacts
{
	background-color:#fff;
	color:#7d7d7d;
	top:100%;
	left:100%;
	padding:5px 0px 5px 10px;
	height:60px;
	width:190px;
	margin-left:-220px;
	margin-top:-70px;
}

#prevVersion
{
	background-color:#7f7f7f;
	color:#fff;
	width:200px;
	height:47px;
	left:100%;
	margin-left:-220px;
	text-decoration:none;
}

#prevVersion a
{
	display:block;
	text-decoration:none;
	padding:3px 10px;
	color:#fff;
}

#prevVersion a:hover
{
	color:#000;
}

#copyRights
{
	top:100%;
	margin-top:-25px;
	margin-left:20px;
	padding:5px 0px;
	text-indent:10px;
	width:300px;
	background-color:#7f7f7f;
	color:#fff;
}

/* SlideShower */
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}