/*
За да се дисплейне #footer-bottom в самия край на страницата след постоянния #footer :
*/



#footer-bottom {
	display: block;
}

#footer {
	bottom: 100px;
}

.top {
	height: 47%;
}

.bottom {
	height: 53%;
}

#left .bottom .container ul,
#right .bottom .container ul {
	bottom: 210px;
}


/*
За да се скрие #footer-bottom и остане само #footer :
*/

/*
#footer-bottom {
	display: none;
}

#footer {
	bottom: 0;
}

.top {
	height: 50%;
}

.bottom {
	height: 50%;
}

#left .bottom .container ul,
#right .bottom .container ul {
	bottom: 160px;
}

*/