body {
text-align: center; /*center hack*/
margin:0 auto;
}

#wrap {
position: relative;
width: 1000px;
margin: 0 auto; /*center hack*/
text-align: left;
/* margin-top: 37px; 	nie dzialalo w IE */
/*height: 100% !Important; height: 1%; ? */
}
	
	#content {
	clear: both;
	width: 100%;
	overflow: hidden;
	font-family: Verdana, tahoma, Lucida Grande, Sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
		
		#content a:link, #content a:visited {
		color: #e59610;
		text-decoration: none;
		font-weight: bold;
		}
		
		#content a:hover, #content a:active {
		color: #e59610;
		text-decoration: underline;
		font-weight: bold;
		}
		
		#content h1 {
		color: #e59610;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		line-height: 1.5em;
		}
		
		#content h2 {
		color: #e59610;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}
		
		#content hr {
		border-top: 1px solid #D0D0D0;
		margin: 0px;
		}
		
		#scroll_block {
		position: absolute;
		width: 277px;
		height: 311px;
		padding: 0px 5px;
		top: 313px;
		left: 40px;
		z-index: -1;
		}
		
		#block_top {
		height: 240px;
		}
		
		#block_content {
		text-align: justify;
		background: white url(images/content_bg.png) repeat-y;
		}
		
		#block_bottom {
		clear: both;
		height: 130px;
		background: white url(images/footer_bg.png) no-repeat;
		}
			
			.bottom_in {
			padding: 50px 70px;
			}
