/* html {
	overflow: hidden;
} */
body {
	background-color: #cfcfcf;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000000;
}
a, a:hover, a:visited {
	color:#013c74;
	text-decoration:underline;
	font-weight: 400;
}
a, a:visited {
	text-decoration:none;
}
img {
	border:0;
}
#container {
	position:relative;
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	text-align: center;
	background-image: url(grabowscy.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#adres {
	position: absolute;
	width: 480px;
	display: block;
	top: 36px;
	left: 42px;
	font-size: 18px;
	text-align: left;
	font-weight: 300;
	line-height: 20px;
}
#zapraszamy {
	position: absolute;
	text-align:center;
	width: 100%;
	display:block;
	top: 380px;
	font-size: 28px;
	font-weight: 300;
}
#oferty {
	position: absolute;
	width: 100%;
	display:block;
	top: 430px;
}
#linia {
	position: absolute;
	width: 100%;
	text-align: center;
	display:block;
	top: 565px;
}
#liderhouse {
	position: absolute;
	text-align: center;
	width: 100%;
	display:block;
	top: 600px;
}