body, img { 
	margin: 0px;
	padding: 0px;
	border: 0;
}

:focus {
	outline: 0;
}

.fl {float: left;}
.fr {float: right;}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/*---wymiary---*/

body {
	
}

#outerWrapper {
	overflow: auto;
	padding: 90px 0px 60px;
	height: 650px;
}

		#mainWrapper {
			width:900px;
			height: 600px;
			margin: auto;
			position: relative;
			top: 0;
			left: 0;
		}
		
				#menuWrapperBg {
					width: 196px;
					height: 600px;
					position: absolute;
					top: 0;
					left: 0;
				}
		
				#menuWrapper {
					width: 196px;
					height: 600px;
					position: absolute;
					top: 0;
					left: 0;
				}
				
						.logo {
							height: 143px;
							width: 122px;
							padding: 37px;
						}
						
						.menu {
							width: 122px;
							padding: 200px 37px 0px 37px;
						}
						
								.menuList {
									list-style-type: none;
									margin: 0px;
									padding: 0px;
								}
								
										.menuList li {
											padding: 5px 0px;
										}
				
		
				#contentWrapperBg {
					width: 450px;
					height: 600px;
					position: absolute;
					top: 0;
					right: 0;
				}
				
				#contentWrapper {
					width: 390px;
					height: 440px;
					padding: 160px 30px 0px 30px;
					float: right;
					position: absolute;
					top: 0;
					right: 0;
				}
				
						h1 {
							margin: 0px;
							padding: 20px 0px 20px;
						}
						
						h2 {
							margin: 0px;
							padding: 15px 0px 10px;
						}
						
						.text {
							width: 390px;
						}
						
							.text p {
								margin: 20px 0px;
							}
							
									.scroll-pane {
										width: 390px;
										height: 330px;
										overflow: hidden;
										float: left;
									}
									
									.clients {
										width: 370px;
									}
									
											.clientPhoto {
												float: left;
												width: 165px;
												height: 63px;
												padding: 10px 10px 10px 10px;
											}
											
													.clientPhoto img {
														display: block;
														margin: auto;
													}
									
									.pages {
										width: 390px;
										padding-top: 20px;
									}
									
				#loader {
					position: absolute;
					width: 54px;
					top: 50%;
					left: 50%;
					display: none;
				}
				
		#footer {
			width: 900px;
			padding: 10px 0px;
			height: 30px;
			margin: auto;
		}
		
				#footer .realizacja {
					padding-right: 12px;
				}