body{
	background: url('wheresSanta.jpg') no-repeat right top #00941c;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 10;
}

table{
	color: white;
}

td{
	padding-right: 30px;
}

#message{
	background-color: black;
	opacity: 0.85;
	width: 350px;
	color: white;
	border-radius: 10px;
	padding: 5px;
	text-align: justify;
}

#clock{
	background-color: black;
	opacity: 0.85;
	width: 350px;
	color: white;
	border-radius: 10px;
	margin-top: 10px;
	padding: 5px;
	font-size: xx-large;
	text-align: center;
}

#santa{
	position: absolute;
	width: 25px;
	height: 40px;
	right: 105;
	top: 270;
}

#success{
	position: absolute;
	left: 380;
	right: 10;
	visibility: hidden;
}

#success h1{
	margin-top: 0px;
	margin-bottom:0px;
}

#success div{
	background-color: red;
	opacity: 0.85;
	color: white;
	border-radius: 10px;
	padding: 5px;
	text-align: justify;
}

#successMessage{
	margin-bottom: 10;
}

#successTimes table{
	width: 50%;
	float: left;
}


#pastYears{
	bottom: 5;
	position: absolute;
}

#pastYears a{
	text-decoration: none;
	color: black;
}

#pastYears a:hover{
	text-decoration: underline;
}

#pastYears ul{
	padding: 0;
}

#pastYears li{
	float: left;
	list-style-image: none;
}

#pastYears li:first-of-type:before{
	content: "Past Years: ";
}

#pastYears li:after{
	content: "::";
}

#pastYears li:last-of-type:after{
	content: "";
}