html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	
	/*background:#d5ebff;	/*cbcbcb - stary kolor szary*/
	background:url(../images/bgr.jpg);
}

#rootDiv{
	display: table;
	position: relative;
	width: 580px;
	height: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
}

#cell{
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

#vmiddle{
	position: relative;
	width: 100%;
	height: 380px;
}