body{
	margin: 0px;
	background-color: #5c5a5b;
	}
#content{
	
	background-color: #000000;
 	margin-left: auto;
	margin-right: auto;
	width: 866px;
	background-image: url(../layout/bg.jpg);
	background-repeat:repeat-y;
	z-index: 1;
}
#imgBG{
	position: relative;
	top: 0px;
	left: 123px;
	width: 620px;
	height: 310px;
	z-index: 3;
	}
#menuBar{
	position: relative;
	width: 620px;
	background-image:url(../layout/menuBar.jpg);
	background-repeat:repeat-x;
	height: 65px;
	z-index: 4;
	left: 123px;
}

#logo{
position: absolute; 
top:200px; 
width:160px; 
height: 200px; 
right: 0px; 
z-index: 10;
}

#kalendarz{
	width: 140px;
	height: 170px;
}
.tableContent{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 12;
}
a:link {color: #FFFFFF; text-decoration:none;}
a:visited {color: #FFFFFF; text-decoration:none;}
a:hover {color: #FFFFFF; text-decoration:underline;}
a:active {color: #FFFFFF; text-decoration:none;}
img{
border-width: 0px;
}

