#menu {
    margin: 0 auto;
    text-align: center;z-index: 1000000;
	width:100%;
	position: fixed;
	display: none;
	bottom: -8px;
	right: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

@media screen and (max-width: 979px) {
	#menu {
		width:100%;
	}

}