body 
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #8D8C91;
	font-family: Calibri, Arial Unicode MS, Arial;
}

#top
{
	min-width: 100px;
	min-height: 500px;
	background-color: #F28800;
}

#background
{
	width: 100%;
	height: 500px;
	position: absolute;
	margin-top:-250px;
	top:50%;
}

.stretch
{
	width: 100%;
	height: 100%;
}

#main
{
	width: 850px;
	height: 500px;
	position: absolute;
	margin-left: -425px;
	margin-top:-250px;
	top: 50%;
	left:50%;
	text-align: left;
	background-color: white;
	-moz-box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	box-shadow: 10px 10px 5px #000;
}

.logo-img{
	height:100px;
	margin-left: 30px;
	background-image: url(images/logo.jpg);
	background-size: 310px;
	background-repeat: no-repeat;
}
.left
{
	float: left;
}
.maintext
{
	margin-left: 30px;
	margin-top: 30px;
}

.adress
{
	width: 250px;
	height: 180px;
	position: relative;
	margin-bottom: 30px;
	margin-left: 30px;
}

.adress a
{
	position: absolute;
	bottom:0;
}

.telephone
{
	width: 170px;
	height: 372px;
	position: relative;
	margin-bottom: 30px;
	margin-left: 100px;
	float: left;
}

.telephone a
{
	position: absolute;
	bottom:0;
}
.building-img
{
	width: 250px;
	height: 372px;
	margin-bottom: 30px;
	margin-right: 30px;
	float: right;
	background-image: url(images/building.jpg);
	background-repeat: no-repeat;
	background-size: 250px;
}

