#content ul li ul {margin:0px 0px 32px 40px;}

body, #footer{background-image: url(/assets/images/topbg.jpg); background-repeat: repeat-x; padding-top: 12px;}

#footer{padding-bottom: 12px;}

.main-home{
  padding: 20px 10px 30px 10px;
  text-align:center;
}
.main-home p{
  font-size: 24px; 
  margin-bottom: 30px;
}
.main-home button{
  background: #7494A6;
  border: 2px solid #333;
  box-shadow: 3px 3px 3px #999;
  color: white;
  cursor: pointer;
  font-size: 18px;
  padding: 12px;
  transition: background-color 500ms linear;
}
.main-home button:hover{
  background: #416173;
}

.footerInfo{
	clear: both;
}
#footerwrap .footerInfo p{
	font-size: 14px;
	line-height: 14px;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer{
	height: auto;
}