html, body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body{
	background: #333 url(../images/logo-temp.png) no-repeat center;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #ccc;
}
#container_vert{
	position:absolute;
	top:50%;
	margin-top:-200px;/* half main elements height*/
	width:100%;
	left: 0px;
}
#container_hor{
	position: relative;
	height:400px;
	overflow:auto;
	text-align:center;
	width:744px;
	margin-left:auto;
	margin-right:auto;
}
#adres{
	position: absolute;
	bottom: 60;
	left: 540;
	text-align: left;
}
a{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color:#F18431;
}
