CSS Fixed Bottom

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