* {
	margin: 0;
	padding: 0;
}
html, body {
		height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* resets 1em to 10px */
	color: #999;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-48px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:96px;
	width:265px;
	clear:left;
}
#container h1, #container h2 {
	display: none;
}
#container address {
	font-style: normal;
	font-weight: normal;
	padding-top: 32px;
	text-align: center;
}
.bubbleInfo {
    position: relative;
}
.popup {
    position: absolute;
    width: 180px;
    height: 95px;
    display: none; /* keeps the popup hidden if no JS available */
    background: url(images/bubble-bg.png);
    
    color: #fff;
    font-size: 12px;
}
.popup a {
	color: #fff;
	text-decoration: none;
}
.popup a:hover {
	color: #fff;
	text-decoration: none;
}
#christmas-special {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}