body {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 50px 0 110px 0;
	color: #A0CB2F;
	font-size: 36px;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
}

.logo {
	margin: 50px 0 35px 0;
	display: block;
}

p.intro {
	margin: 0 0 30px 0;
	display: block;
	width: 633px;
	height: 209px;
	background: transparent url(../img/access-text.gif) no-repeat top left;
}

p.copyright {
	float: left;
	font-weight: bold;
	width: 940px;
	margin: 25px 0 20px 0;
	font-size: 11px;
	text-align: center;
}

p.intro span {
	visibility: hidden;
}

a.download {
	display: block;
	width: 563px;
	height: 271px;
	background: transparent url(../img/download-app.gif) no-repeat top left;
	text-indent: -20000px;
}

#wrapper {
	width: 940px;
	margin: auto;
}

#buttons {
	width: 248px;
	float: right;
}

a.grocerjobs {
	width: 248px;
	height: 146px;
	margin: 0 0 25px 0;
	display: block;
	background: transparent url(../img/btn-grocerjobs.gif) no-repeat top left;
	text-indent: -20000px;
}

a.foodmanjobs {
	width: 248px;
	height: 146px;
	margin: 0 0 25px 0;	
	display: block;
	background: transparent url(../img/btn-foodmanjobs.gif) no-repeat top left;
	text-indent: -20000px;	
}

a.bigh {
	width: 248px;
	height: 156px;
	display: block;
	background: transparent url(../img/btn-bigh.gif) no-repeat top left;
	text-indent: -20000px;	
}

#footer {
	border-top: 10px solid #A0CB2F;
	width: 940px;
	float: left;
	padding-top: 25px;
}

.footer-content {
	float: left;
	width: 300px;
}

h2 {
	font-size: 14px;
	display: block;
	height: 30px;
	margin-bottom: 15px;
}

.footer-content a {
	color: #FFF;
	text-decoration: none;
}

.footer-content a:hover {
	color: #A0CB2F;
}

.footer-content ul {
	list-style-type: none;
	font-size: 11px;
	float: left;
	margin-right: 20px;
}

.last {
	margin: 0;
}

#last {
	padding-left: 10px;
}
#middle {
	border-left: 1px solid #A0CB2F;
	border-right: 1px solid #A0CB2F;
	padding: 0 10px;
}

.grj a, .fmj a, .bh a, .fnj a {
	color: #A0CB2F;
}

.grj {
	float: left;
	width: 228px;
	height: 86px;
	padding: 60px 10px 0 10px;
	background: url(../img/btn-grj.gif) top left no-repeat;
	margin-bottom: 15px;
	color: #A0CB2F;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.fmj {
	float: left;
	width: 228px;
	height: 86px;
	padding: 60px 10px 0 10px;
	background: url(../img/btn-fmj.gif) top left no-repeat;
	margin-bottom: 15px;
	color: #A0CB2F;	
	text-align: center;
	font-weight: bold;
	font-size: 13px;	
}

.bh {
	float: left;
	width: 228px;
	height: 76px;
	padding: 80px 10px 0 10px;	
	background: url(../img/btn-bh.gif) top left no-repeat;
	margin-bottom: 15px;
	color: #A0CB2F;
	text-align: center;	
	font-weight: bold;
	font-size: 13px;	
}

.fnj {
	float: left;
	width: 228px;
	height: 76px;
	padding: 80px 10px 0 10px;	
	background: url(../img/btn-fnj.gif) top left no-repeat;
	margin-bottom: 15px;
	color: #A0CB2F;
	text-align: center;	
	font-weight: bold;
	font-size: 13px;	
}

.group:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .group {height: 1%;}
*:first-child+html .group { min-height: 1px;}
