html, body {
   margin: 0;
   padding: 0;
   height: 100%;
}

body {
	background: url(/assets/img/bodyBg.gif) repeat top left;
}

div#container {
   position: relative;
   min-height: 100%;
   width: 1003px;
   margin: 0 auto;
   background-color: black;
}

div#header {
   padding: 5px;
   margin-bottom: 10px;
}

div#header img {
	margin: 0 auto;
	display: block;
}

div#body {
   padding: 10px;
   padding-bottom: 60px;   /* Height of the footer */
}

div#categories {
	width: 885px;
	margin: 0 auto;
}

div.category {
	width: 270px;
	height: 160px;
	border: 2px solid white;
	margin: 10px;
	float: left;	

	background-repeat: no-repeat;
	background-position: top left;
}

div.category div.link {
	background-color: #5c8503;

	margin-top: 130px;
	padding-top: 1px;
	padding-bottom: 3px;
}

div.category div.itemtext {
	font-size: 22px;
	font-weight: 400;
	color: white;
	text-align: center;

}

div.category div.link:hover {
	background-color: black;
}

div.category a, div.category a:hover {
	font-size: 19px;
	color: white;
	text-align: center;
	text-decoration: none;
}

div#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 60px;   /* Height of the footer */
}

div#address {
	height: 26px;
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 12px;
	
	background-color: #5c8503;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

div#address a, a:hover {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

div#address a:hover {
	text-decoration: underline;
}