body {
		background: #ffffff;
		font-family:  sans-serif;
		margin: auto;
		background-image: url("grafika/glowna/background_index.png");
		background-repeat: repeat-x;
}
h1 {
    margin: 0;
    font-weight: bold;
    font-style: italic;
	 text-align: center;
}
p{
		margin: 0;
		font-size: 16px;

		text-align: justify;
		text-indent: 0;
}
div#container {
    position: relative;
    height: 580px;
    width: 800px;
		background-image: url("grafika/glowna/background_content.png");
		background-position: center;
		background-repeat: no-repeat;
    margin: auto;
}
div#header {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1000px;
		height: 200px;
}
div#welcome{
    position: absolute;
		top: 150px;
		left: 30px;
		right: 30px;
    height: 150px;
    width: 740px;
		color: #000000;
}
div#in_lewa {
    position: relative;
		top: 450px;
		left: -100px;
		width: 490px;
		height:30%;
	
}
div#in_prawa {
    position: absolute;
		top: 450px;
		right: -100px;
		width:490px;
		height:30%;
}
