body {
	background: #000;
	color: #686868;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}
.container {
	display: block;
	margin: 0 auto;
	max-width: 990px;
	padding: 2%;
	width: 96%;
}
#announcement img {
	width: 95%;
	margin: 0 auto;
	max-width: 580px;
}
a, a:visited {color: #686868; text-decoration: none;}
h3 {font-family: 'Cheap Pine W00 Sans', 'Cheap Pine W00 Regular', sans-serif; font-weight: normal; font-size: 22px; margin: 0 0 .2em 0; text-transform: uppercase;}
.last, .first {
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
	padding: 20px 0;
	margin-top: 50px;
}

.fourcol {float: none;}
#bottom {
		position: relative;
		z-index: 99999999;
		top: -50px;
}
@media only screen and (min-width : 768px) {
	.fourcol {
		width: 33.33333333%;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 33.33333333%;
	}
	.last {float: right; margin-left: 0;}
	.first {float: left; margin-left: -66.66666667%;}
	#bottom {
		top:-130px;
	}
}
