#footerExpand {
	z-index:999999;
	width:100%;
	height:40px;
	position:fixed;
	bottom:0;
	background:rgba(0,0,0,0.6);
}


#footerExpand:hover {
	height:500px;
}

.smallFoot {
	width:1000px;
	margin:0 auto;
}
.bigFoot {
	width:1000px;
	margin:0 auto;
	display:none;
}


#footerExpand:hover  .smallFoot{ 
	display:none;
}
#footerExpand:hover .bigFoot{ 
	display:block;
}