* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background:url(snow.gif) fixed;
	font-family:Garamond, Georgia, serif;
	font-size: 62.5%;
}

a, a:link, a:visited, a:hover, a:active {
	color:#03C;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

div#activities {
	font-size: 7em;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;	
}
	span#activity {
		font-weight: bold;
		background: rgb(255, 0, 0);
		background: rgba(255, 0, 0, 0.6);
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 5px 10px;
		border: 3px solid #666;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		letter-spacing: -2px;
	}

div#content p {
	margin: 0 auto;
	width: 550px;
	border: 1px solid #888;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: rgb(200, 200, 200);
	background: rgba(200, 200, 200, 0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
}

/* Basic border around entire page */
#top, #bottom, #left, #right {
	background: #1a2023;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 20px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
/* Corner images */
div.corner {
	position:fixed;
	width:300px;
	height:250px;
	background:url(corners.png) no-repeat;
}
	div.corner.topleft {
		top:20px;
		left:20px;
		background-position:0px 0px;
	}
	div.corner.topright {
		top:20px;
		right:20px;
		background-position:-300px 0px;
	}
	div.corner.bottomleft {
		bottom:20px;
		left:20px;
		background-position:0px -250px;
	}
	div.corner.bottomright {
		bottom:20px;
		right:20px;
		background-position:-300px -250px;
	}
