/*body{
	text-align: center;
	background: #474F57;
  font-family: arial,sans-serif;
  font-weight: 100;
}*/

#ad-image-div{
	/*background-color: #474F57;*/
	background-image: url("https://www.mountainx.com/custom/countdown-clock/HOUSE-GiveLocal-9-Countdown-PD.png");
	background-repeat: no-repeat;
	background-position: top center;
	height:300px;
	text-align: center;
}

#ad-image-div:hover{
height:300px !important;
	box-shadow: 0 5px 2px -2px #777;
	transition: height 250ms ease-out, box-shadow 250ms ease-out;
	-o-transition: height 250ms ease-out, box-shadow 250ms ease-out;
	-moz-transition: height 250ms ease-out, box-shadow 250ms ease-out;
	-webkit-transition: height 250ms ease-out, box-shadow 250ms ease-out;
}

#ad-image-div h1{
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

#clockdiv{
	font-family: arial, sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 16px;
	padding-top:2px;
	margin-left:-30px;
}

#clockdiv > div{

	border-radius: 3px;
	/*background: #662D91;*/
	display: inline-block;
}

#clockdiv div > span{
	padding: 2px;
	border-radius: 3px;
	display: inline-block;
	font-size:30px;
}

span.days{padding-right:20px;}

.smalltext{
	padding-top: 15px;
	font-size: 16px;
	float:right;
	margin-left:5px;
}   