html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;	
}

a{
	text-decoration:none;
	color:#777777;
}


/* warstwa na gorna polowke strony */
#rootTop{
	position:relative;
	width:100%;
	height:50%;
	background:#feffe6;
	/*border:solid 1px;*/
	text-align:center;
}

/* warstwa na gore strony */
#topMiddle{
	position:relative;
	width:710px;
	height:100%;
	margin:0 auto 0 auto;
	/*border:solid 1px;*/
}

/* warstwa na baner */
#baner{
	position:absolute;
	left:0px;
	bottom:0px;
	width:710px;
	height:264px;
	background:url(../images/banerIndex.jpg) bottom no-repeat;
	/*border:solid 1px;*/
}

/* warstwa na dolna polowe strony */
#rootBottom{
	width:100%;
	height:50%;
	background:#83b22d url(../images/bottomBgr.jpg) top left repeat-x;
	/*border:solid 1px;*/
}

/* warstwa na dolna czesc strony */
#bottomMiddle{
	width:710px;
	height:auto !important;
	height:157px;
	min-height:157px;
	margin:0 auto 0 auto;
	/*border:solid 1px;*/
}

/* warstwa na lewa linie */
#leftLine{
	position:relative;
	float:left;
	width:4px;
	height:107px;
	background:url(../images/leftLineAll.jpg) right top repeat-y;
}

/* warstwa na body */	
#bottomBody{
	float:left;
	width:700px;
	height:107px;
	background:#ffffff;
}

/* wasrtwa na linie po prawej stronie */
#rightLine{
	float:left;
	width:6px;
	height:107px;
	background:url(../images/rightLineAll.jpg) top left repeat-y;
}

/* warstwa na lewy rog dolny zaokraglony */
#leftCrn{
	float:left;
	width:34px;
	height:50px;
	background:url(../images/leftCrn.jpg) right top no-repeat;
}

/* warstwa na adres na dole */
#centerBottom{
	float:left;
	width:340px;
	height:50px;
	background:#ffffff url(../images/bottomLine.jpg) bottom left repeat-x;
}

/* warstwa na rog prawy */
#rightCrn{
	float:left;
	width:336px;
	height:50px;
	background:url(../images/rightCrn.jpg) left bottom no-repeat;
}


/* wasrtwa na menu wraz z tlem */
#menuDiv{
	width:612px;
	height:58px;
	margin:0 auto 0 auto;
	/*border:solid 1px;*/
}

#menuLeftCrn{
	float:left;
	width:25px;
	height:58px;
	background:url(../images/menuLeftCrn.jpg) right center no-repeat;
	/*border:solid 1px;*/
}

#menuRightCrn{
	float:right;
	width:26px;
	height:58px;
	background:url(../images/menuRightCrn.jpg) left center no-repeat;
	/*border:solid 1px;*/
}

#menuCenterDiv{
	float:left;
	width:561px;
	height:58px;
	/*border:solid 1px;*/
}

#menuTopTitle{
	float:left;
	height:26px;
	width:561px;
	background:url(../images/menuTitleBgr.jpg) top left repeat-x;
	text-align:center;
}

#menuTitle{
	position:relative;
	top:4px;
	width:44px;
	height:22px;
	margin:0 auto 0 auto;
	background:url(../images/menuTitle.jpg);
}

#menuBody{
	float:left;
	height:32px;
	width:561px;
}

#menuSep{
	height:32px;
	width:6px;
	background:url(../images/menuSep.jpg);
}