html, body{

	height: 			100%;

}

body{

	margin: 			0;
	padding: 			0;
	background: 		#333333 url("../images/pattern.png");
	
	text-align: 		center;
	font-size: 			11px;
	font-family: 		Tahoma,Geneva,Arial,Helvetica,sans-serif;

}

img{

	border:				0;
	padding:			0;
	margin:				0;
	clear:				both;
	line-height:		0;
	float:				left;
}

#container{
	
	margin: 			100px 0 0 0;
	padding: 			0;
	background: 		url("../images/background_strip.gif") repeat-x ;

}
 
 #top_part{
	
	margin:				auto;
	height:				296px;
	width:				673px;
	

 }
 
 #top_part div.left{
	
	width:				106px;
	height:				296px;
	display:			inline;
	background:			url("../images/logotyp_i_iso_9001_2000.gif");
 }

 
 #top_part div.right{
	
	width:				567px;
	height:				296px;
	background: 		url("../images/centrum_sprzedazy_materialow_sciernych.png");
	display:			inline;

 }
 
 #top_part div.right div{
	
	color:				#ffffff;
	margin-top:			150px;
	margin-left:		300px;
	margin-right:		10px;
	text-align:			justify;
	display:			inline;
	
 }
 
 
 #top_part div{ 
	
	float: 				left;
	display:			block;
	
 }
 
 #menu {
	
	margin:				auto;
	background-image: 	url("../images/menu_tlo.gif");
	width: 				673px;
	height: 			20px;

}

#menu ul {

	display: 			block;
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;

}

#menu ul li.back {

	width:				106px;
	background:			#b50000;

}


#menu ul li {

	display: 			inline;
	float: 				left;
	list-style-type: 	none;
	height: 			20px;
	
}

#menu ul li a{

	height: 			20px;
	
}

#footer{
	
	margin: 			auto;
	width: 				673px;
	height: 			20px;
		
}
#footer div.orange{

	float: 				left;
	width:				106px;
	height:				20px;
	background: 		url('../images/footer_orange.gif');
	
	margin: 			0;
	padding: 			0;

}

#footer div.footer_text{

	float: 				left;
	width:				567px;
	height: 			20px;
	background: 		#3d5d84;
	
	margin: 			0;
	padding: 			0;
	
	color:				#ffffff;
	line-height: 		17px;

}

div.footer_text a{

	color:				#ffffff;

}

div.footer_text a:hover{

	text-decoration:	none;

}


.clear{
	clear: both;
	font-size: 1px; /* Fix for IE */
	height: 1px;
	margin-bottom: -1px;
}


 img{
	
	border:0;
	
}