* {
	margin: 0;
	padding: 0;
	border: none;
}

li{
	display:inline;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	background-image:url(images/bg.png);
	background-repeat:repeat;
}

#Table {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:968px;
	height:auto;
}

#top {
	position:relative;
	width:968px;
	height:260px;
	background-image:url(images/top_bg.jpg);
}

#grafika {
	position:absolute;
	left:500px;
	top:0px;
	width:573px;
	height:428px;
	background-image:url(images/grafika.png);
	z-index:100;
}

#menu{
	position:relative;
	width:968px;
	height:40px;
	background-image:url(images/menu_bg.png);
}

#menu-buttons{
	position:absolute;
	top: 0px;
	z-index:99;
}

#o_nas {
	position:relative;
	height:40px;
	width:131px;
	background: url(images/menu.png) no-repeat;
	background-position: 0px 0px;
	z-index:100;
	float:left;
}

#o_nas:hover{
	position:relative;
	height:40px;
	width:131px;
	background: url(images/menu.png) no-repeat;
	background-position: 0px -40px;
	z-index:100;
	float:left;
}

#oferta {
	position:relative;
	height:40px;
	width:137px;
	background: url(images/menu.png) no-repeat;
	background-position: -131px 0px;
	z-index:100;
	float:left;
}

#oferta:hover {
	position:relative;
	height:40px;
	width:137px;
	background: url(images/menu.png) no-repeat;
	background-position: -131px -40px;
	z-index:100;
	float:left;
}

#realizacje {
	position:relative;
	height:40px;
	width:184px;
	background: url(images/menu.png) no-repeat;
	background-position: -268px 0px;
	z-index:100;
	float:left;
}

#realizacje:hover {
	position:relative;
	height:40px;
	width:184px;
	background: url(images/menu.png) no-repeat;
	background-position: -268px -40px;
	z-index:100;
	float:left;
}

#kontakt {
	position:relative;
	height:40px;
	width:149px;
	background: url(images/menu.png) no-repeat;
	background-position: -453px 0px;
	z-index:100;
	float:left;
}

#kontakt:hover {
	position:relative;
	height:40px;
	width:149px;
	background: url(images/menu.png) no-repeat;
	background-position: -453px -40px;
	z-index:100;
	float:left;
}

#menu li {
	display: block;
}

#content {
	position:relative;
	min-height:480px;
	width:968px;
	height:auto;
	background-image:url(images/content_bg.png);
	background-repeat:repeat;
	padding-bottom:70px;
}

#tekst {
	position: relative;
	left: 50px;
	top:35px;
	height:auto;
	width:600px;
	z-index:101;
	
}

#logo {
	position:absolute;
	float:right;
	left:740px;
	top:340px;
	width:218px;
	height:150px;
	background-image:url(images/logo.png);
}

#stopka {
	position:relative;
	width:968px;
	height:55px;
	background-image:url(images/stopka.png);
}

p{
	font-size:14px;
	font-family:Arial, Arial;
	font-style:normal;
	font-weight:bold;
	color:#575756;
	Line-height:1.5;
}