body
{
	text-align : center ; 
	margin : 0px auto;
	background-color: white;
	font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif; 
	font-size : 14px;
	color : black;
}


div.clear 
{ 
	clear : both;
	line-height : 0px;
	font-size : 0px;
	height : 0px;
}

div.left 
{
	float : left;
}

div.right 
{
	float : right
}

#flashcontent
{
	width : 980px;
	height : 600px;
}

div.strona_lewa
{
	background-image: url("../images/fill.jpg");
	width : 50%;
	height : 600px;
	position : absolute;
	left : 0px;
}

div.strona_prawa
{
	background-image: url("../images/fill.jpg");
	width : 50%;
	height : 600px;
	position : absolute;
	left : 50%;
}

