﻿body { padding: 0px;
	  margin: 0px;
		color: #000000;
		background-color: #D6DEE0; }

p { text-align: justify;
	margin-bottom: 20px;}

li { margin-left: -20px;}

img { border-style: none; }

#container { width: 780px;
		 	position: relative;			/*reszta zawartości jest ustawiona według tego pudełka*/
		 	margin: 0 auto; }			/*wycentrowanie strony*/	
			
#preloaderdiv { position: absolute;		/*index.html*/
				top: 75px;
				left: 190px;
				width: 400px;
				height: 250px; }
				
#firmaInfo { position: absolute;			/*index.html */
			top: 360px;
			left: 185px; 
			text-align: center;
			line-height: 130%; }

#imageTop {	position: absolute;		/*menu; Obrazek z logo i danymi Gawinexu*/
			top: 0px;
			left: 0px;
			width: 770px;				
			height: 100px;
			border: 0px; }				
				
#topFlash { position: absolute;		/* menu; Glowne menu z piecioma przyciskami*/
			top: 100px;
			left: 0px;
			width: 770px;
			height: 32px; }							
				
#page { position: absolute;					/*uniwersalna zawartość*/
		top: 150px;
		left: 0px; }	

#firmaGawinexMenu { position:absolute;		/*\pol\firma.html */
					top: 60px;
					left: 70px;
					width: 630px;
					height: 399px; }
		
#copyright {	position: absolute;				/* \pol\oferta.html oraz \pol\firma.html*/
			top: 600px;
			left: 10px;
			color: #3300CC;
			font-family: "Courier New";
			font-size: 11px; }	
