@import url('wspolne.css');

body {
	font-family: verdana, arial, sans serif;
	font-size: 10px;
}


#page {
	position: static;
	width : 100%;
        text-align: left;
}


#menu {
	display : none;
}

#banner {
	display : none;
}

#main {
	float : none;
	width : auto;
	/*border-style: solid;
	border-color: blue;*/
}

#contentUp {
	display : none;
}

#contentDown {
	display : none;
}

#content {
}

#cBoth {
}

#cLeft {
	float : left;
	width: 49%;
}

#cRight {
	float : right;
	width: 49%;
}

#foot {
	display:none;
}

