html,body {
		width:100%;
    margin:0;
    padding:0;
    height:100%;
    font-family:Arial,Helvetica,sans-serif;
    background-color:#fff;
    font-size:13px;  
		background-image: url(imagesrc/bg1.jpg);
    background-position:center top;
    background-repeat: repeat-y; 
   }
   
* * body {
    text-align:center;
 			background-image: url(imagesrc/bg.jpg);
  }
	
p{
	padding:0px;
	margin:0px;
	padding-top:4px;
	}
	
	ul{
		margin:0px;
		padding:0px;
		margin-top:3px;
		margin-left:10px;
		padding-left:15px;
	}
	
	h1{
		font-size: 15px;
		margin:0px;
		padding:0px;
		margin-top:4px;
	}
	
	h2{
		font-size: 13px;
		margin:0px;
		padding:0px;
		margin-top:3px;
	}
	
	a{
		color:#FE823C;
		font-size: 13px;
		font-weight: bold;
	}
	
	a:hover{
		text-decoration: none;
	}
	a img {
		border:none;
		vertical-align:middle;
		margin-top:5px;
		margin-right:5px;
	}
	
#main {
    position:relative;
    margin:0 auto;
    width:715px;
    min-height:100%;    
    text-align:left;       
    background-image: url(imagesrc/tlo.jpg);
    background-position:1px 0;
    background-repeat:no-repeat;		    
  }	
	
*html #main{
	height:100%;
	 background-position:0px 0;
}

#footer{
	position:absolute;
	bottom:-1px;
	left:1px;
	height:67px;
	width:715px;
	background-image: url(imagesrc/footer.jpg);
	background-position:-1px 0;
}

*html #footer{
	background-position:-2px 0;
	width:714px;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	height:120px;
	width:715px;
}

#header h1{
		margin:0px;
		padding:0px;
		margin-top:25px;
		margin-left:1px;		
		background-image: url(imagesrc/logo.gif);
		background-repeat: no-repeat;
		background-position: 0 0 ;
		display:block;
		width:300px;
		height:67px;
}

#header h1 em{
	display:none;
}

#content{	
	color:#fff;
	padding:12px;
	padding-top:145px;	
	width:470px;
	min-height:400px;

}

*html #content{
	height:400px;
}

#prawy{
	position: absolute;
	top:185px;
	left:495px;
	width:215px;
	height:325px;
	
	z-index: 10;
}

#header ul {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-left:10px;
}

#header li {
	float:left;
	margin:0px;
	padding:0px;
	padding-right:15px;
}

#header a {
	display:block;
	height:20px;
	background-position:0px 0px;
}

#header a:hover {	
	background-position:0px -19px;
}

#header a em {
	display:none;
}

#ofirmie{
	width:50px;
	background-image: url(imagesrc/o_firmie.gif);
}

#oferta{
	width:39px;
	background-image: url(imagesrc/oferta.gif);
}

#cad{
	width:75px;
	background-image: url(imagesrc/cad.gif);
}

#referencje{
	width:68px;
	background-image: url(imagesrc/referencje.gif);
}

#kontakt{
	width:50px;
	background-image: url(imagesrc/kontakt.gif);
}


