
body {
	font-family:tahoma, arial,helvetica,sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:20px;
	color:#666666;
	background-color:#f0f0f0;
	/*background-image:url(../images/paper-background-4.jpg);*/
}

#wrapper {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:600px;
	background-color:#ffffff;
}
#mainImage {
	position:relative;
	overflow:hidden;
	clear:both;
	width:100%;
	margin:0 auto;

}
#mainImage img {
	width:100%;
	display:block;
}
#mainBody {
	clear:both;
	float:left;
	width:100%;
}
#mainBodyGreeting {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	padding-top:30px;
}
#mainBodyGreetingContent {
	margin-left:10px;
	margin-right:10px;
}
#charity {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
}
#charity img {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	display:block;
	max-width:150px;
	padding:20px 0 20px 0;
}
#charity img.josie {
	max-width:230px;
}

#charityContent {
	margin-left:10px;
	margin-right:10px;
}
#tash {
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
	padding:20px 10px;
	background-color:#ffffff;
}
#tash a {
	/*color:#006C5C;*/
	color:#4BA59E;
	text-decoration:none;
}
#tash a:hover {
	text-decoration:underline;
}
#footer {
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	color:#888888;
	font-size:14px;
}

/*
.xx {
	display:none;
	position:absolute;
	width:4%;
}
.xx img {
	width:100%;
}

.xx1 {
  top: 33.6%;
  left: 63.8%;
}
.bubble {
	position:absolute;
	text-align:center;
	top:69.5%;
	left:56%;
	width:17%;
	font-size: calc((14vw / 600) * 100);
}
@media screen and (min-width: 600px){
	.bubble {
		font-size:14px;
	}
}
*/


#mainImage {
	position:relative;
	overflow:hidden;
}
#santa {
	position:absolute;
	width:25%;
	top:43%;	
	left:-25%;
	animation:mysanta 10s linear 2s 5;
	-moz-animation:mysanta 10s linear 2s 5; /* Firefox */
	-webkit-animation:mysanta 10s linear 2s 5; /* Safari and Chrome */
}
#santa img {
	width:100%;
}

@keyframes mysanta {
	from {left:-25%;top:43%;opacity:1;width:25%;} 
	to{left:100%;top:20%;opacity:0;width:10%;} 
}
@-moz-keyframes mysanta {
	from {left:-25%;top:43%;opacity:1;width:25%;} 
	to{left:100%;top:20%;opacity:0;width:10%;} 
}
@-webkit-keyframes mysanta {
	from {left:-25%;top:43%;opacity:1;width:25%;} 
	to{left:100%;top:20%;opacity:0;width:10%;} 
}



section {
    padding: 20px;
}    

table tr:hover {
    background-color: #e0e0e0;
}

