@charset "utf-8";
/* CSS Document */
body{

margin:0;padding:0;
background:url(images/pasek.jpg) top repeat-x #252525;
text-align:right;
}

div{margin:0;padding:0;overflow:hidden;}
div#srodek{
	width:849px;
	height:680px;
	margin:0 auto;
}

div#left{
	width:400px;
	height:750px;
	background:url(images/left.jpg);
	float:left;
}
div#right{
	width:449px;
	height:750px;
	background:url(images/right.jpg);
	float:left;
}

