.bottom {
	width:100%;
	height:100px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	position: relative;
	background-position: bottom;
}
.bottom div{
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
}
.bottom p{
	position: relative;
	top: -70%;
	width: 100%;
}

