body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.shutter {
	height: 88px;
	width: 100px;
	background-repeat: no-repeat;
	cursor: pointer;
  position:static;
}
#AdventCal td {
	background-repeat: no-repeat;
}
.toprow  {
	margin-top: 59px;
	margin-left: 28px;
	position: relative;
}
.otherrow {
	margin-top: 31px;
	margin-left: 27px;
	position: relative;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/home_footer_closed.jpg);
	background-repeat: no-repeat;
	padding-top: 139px;
	height: 51px;
	line-height: 20px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.popup {
	background-color: #FFFFFF;
	position: absolute;
	height: 200px;
	width: 175px;
	left: -40px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	border: 2px solid #000000;
	display: none;
	top: -45px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	z-index: 500;
}
.popup img {
	padding-bottom: 5px;
}
