#homebottom {
	width: 100%;
	background: #000000;
	color: #ffffff;
}

#homebottomcontent {
	width: 980px;
	text-align: center;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
}

.glow {
	-moz-box-shadow: 0 0 30px #fff;
	-webkit-box-shadow: 0 0 30px #fff;
	box-shadow: 0px 0px 30px #fff;
}