html {
	background-image: url(../images/background.snowflake.jpg);
	background-repeat: repeat;
}

body {
	position: relative;
	width: 600px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Common styles for the topic divs */
div h1, div h2 {
	position:absolute;
	text-indent: -9999px;
}

div p {
	margin-top:100px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	font-size:80%;
	text-shadow:white;
}

/* Topic divs */
div#banner {
	position: absolute;
	width: 324px;
	left: 140px;
	top: 8px;
	height: 200px;
	background-image: url(/images/home.day.background.png);
	z-index: 7;
}
div#groundhogcentral {
	position: absolute;
	width: 324px;
	left: -164px;
	top: 144px;
	height: 200px;
	background-image: url(/images/home.central.background.png);
	z-index: 6;
}
div#birthdayclub {
	position: absolute;
	width: 324px;
	left: 440px;
	top: 126px;
	height: 200px;
	background-image: url(/images/home.birthday.background.png);
	z-index: 5;
}
div#mall {
	position: absolute;
	width: 324px;
	left: -140px;
	top: 320px;
	height: 200px;
	background-image: url(/images/home.mall.background.png);
	z-index: 4;
}
div#campwoodchuck {
	position: absolute;
	width: 324px;
	left: 416px;
	top: 302px;
	height: 200px;
	background-image: url(/images/home.camp.background.png);
	z-index: 3;
}
div#links {
	position: absolute;
	width: 324px;
	left: 140px;
	top: 450px;
	height: 200px;
	background-image: url(/images/home.links.background.png);
	z-index: 2;
}
#misc li {
	background-image: url(/images/home.small.black.background.png);
	margin:0px;
	padding:0px;
}
#misc li p {
	padding:0px;
	margin:4px;
	color:white;
}
#misc li h3 {
	color:white;
	font-size:150%;
	font-weight:bold;
	margin-top:8px;
}
#misc li img {
	margin-top:4px;
}

#countdown {
	position: absolute;
	top: 20px;
	left: -80px;
	width:162px;
	height:100px;
	z-index: 1;
	background-color:#FFFFFF;
}
#funfacts {
	position: absolute;
	top: 0px;
	left: 520px;
	width:162px;
	height:100px;
	z-index: 1;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 66%;
	font-weight: normal;
	color: #3333FF;
}
#list {
	position: absolute;
	top: 333px;
	left: 234px;
	width:162px;
	height:100px;
	z-index: 1;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 66%;
	font-weight: normal;
	color: #3333FF;
}
#media {
	position: absolute;
	top: 545px;
	left: -50px;
	width:162px;
	height:100px;
	z-index: 1;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 66%;
	font-weight: normal;
	color: #3333FF;
}
#offer {
	position: absolute;
	top: 530px;
	left: 500px;
	width:162px;
	height:100px;
	z-index: 1;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 66%;
	font-weight: normal;
	color: #3333FF;
}
#spotters {
	position: absolute;
	top: 220px;
	left: 200px;
	width:162px;
	height:100px;
	z-index: 1;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 66%;
	font-weight: normal;
	color: #3333FF;
}
ul#navigation {
	position: relative;
	left: -9999px;
}
/*
li {
	width: 175px;
	height: 113px;
	background-image:url(../images/bg.smallbox.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

li p {
	padding: 0px 13px 0px 5px;
}

li#countdown img {
	position: absolute;
	top: -2px;
	left: 3px;
}



li img {
	margin-top: 5px;
	margin-right: 8px;
}






li#spotters img {
	position: absolute;
	top: 8px;
	left: 12px;
}
*/