div#all
	{
	width:100%;
	}


div#strona
	{
	width:1100px;
	height:1050px;
	background-color:rgb(235,235,240);
	}

div#przerwa
	{
	width:100%;
	height:20px;
	float:center;
	}

div#reklama
	{
	width:100%;
	height:90px;
	float:center;
	text-align:center;
	background-color:white;
	}

div#menu
	{
	width:900px;
	height:40px;
	float:center;
	text-align:right;
	font-family:verdana;
	font-size:12pt;
	color:rgb(150,150,200);
	}

div#zawartosc
	{
	width:100%;
	height:800px;
	float:left;
	font-family:verdana;
	font-size:11pt;
	color:black;
	}


div#tekst
	{
	width:900px;
	height:700px;
	float:center;
	text-align:center;
	font-family:verdana;
	font-size:14pt;
	color:rgb(150,150,200);
	background-color:rgb(245,245,250);
	}

div#A
	{
	width:440px;
	height:650px;
	float:left;
	text-align:center;
	font-family:verdana;
	font-size:14pt;
	color:rgb(150,150,200);
	}

div#B
	{
	width:440px;
	height:650px;
	float:left;
	text-align:left;
	font-family:verdana;
	font-size:14pt;
	color:rgb(150,150,200);
	}

div#belka
	{
	width:100%;
	height:100px;
	float:left;
	text-align:center;
	padding:25px;
	font-family:verdana;
	font-size:11pt;
	color:black;
	background-color:white;
	}

a
	{
	color:rgb(150,150,200);
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}



