body {
	margin: auto;
	text-align: center;	
	
	font-size: 12px;
	font-family: Arial, serif;	
	color: #656565;

	background-color: #ffffff;
	line-height: 1.5em;
	
}

/* Główny kontener zawartości strony */
#mainContainer {
	margin: auto;	
	text-align: center;	
	width: 1000px; 
	
	background-color: #ffffff;
	
}

	/*** Kontener górny strony ***/
	#topWrapper { 
		top:0; 
		left:0; 
		width: 100%; 
		height: 368px;
	}
	
		#topLine {
			height: 14px;
			background-image: url(../image/layout/topLineBckg.jpg);
			background-position: top left;
			background-repeat: repeat-x; 
		}

		#logo {
			float: left;
			height: 122px;
			width: 304px;
		}	

		#topMenu {
			float: right;
			height: 122px;
			width: 696px;
			
			background-image: url(../image/layout/menuBckg.jpg);
			background-position: top right;
			background-repeat: no-repeat;

			text-transform: uppercase;
		}
			div#topMenu ul{
				color:  #656565;
				margin-top: 60px;
			}

			div#topMenu ul li{
				display: inline;
				padding-left: 6px;
				padding-right: 6px;
			}

			div#topMenu a{
				color: #a0a0a0;
				text-decoration: none;
			}

		#animation{
			clear: both;
			height: 232px;	
		}
		
	/*** Blok informacyjny ***/
	#infoWrapper { 
		top:0; 
		left:0; 
		width: 100%; 
		height: 17px;
		margin-bottom: 10px;
		padding-top: 2px;

		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #d3d3d3;

		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #d3d3d3;
	}
	
	/*** Kontener środkowy strony ***/
	#middleWrapper {
		clear: both;
		margin: 0;
		padding: 0;
		width: 1000px;	
		background-image: url(../image/layout/middleBckg.jpg);
		background-position: top left;
		background-repeat: repeat-y; 	

	}
		#buttons{
			float: left;
			width: 289px;
		}

		#content{
			float: right;
			width: 688px;
			text-align: justify;

			margin-left: 10px;
			margin-right: 10px;
		}
		
		
	
	/*** Kontener dolny strony ***/	
	#bottomWrapper{
		clear: both;
		height: 49px;
		margin-top: 16px;
		padding-top: 20px;
		font-size: 10px;
		color: #656565;
		
		background-image: url(../image/layout/bottomBckg.jpg);
		background-position: top left;
		background-repeat: repeat-x; 
	}	

		#biokosmetyka{
			float: left;
			width: 600px;
			margin-left: 250px;
		}
		
		#prim{
			float: right;
			margin-right: 10px;
		}
		
img{
	border: 0;
}

a{
	text-decoration: none;
	color: #b43d9a;
}
