CSS фиксировано дно

#element{
	position:fixed;
  	bottom:0;
}
PanosG