.strona{
	height: 100%;
	width: 1000px;
	margin: auto;
}

.prawy{
	float: left;
	width: 300px;
	border: 1px;
}

.lewy{
	float: left;
	width: 300px;
	border: 1px;
}
.sklep{
	float: left;
	width: 400px;
}
.stop{
	clear: both;
}