body  {
	background: #c9f url(images/puzzlebg.gif) repeat-y;
	font-family: "Comic Sans MS", Arial, "Times New Roman", serif;
	margin-bottom: 10px;
	}

h1  {
	text-align: center;
	}

.title  {
	position: absolute;
	left: 75px;
	}

.links  {position:relative;
	top: 150px;
	width: 105px;
	float: right;
	}

.links td  {
	padding: 10px;
	}

.content  {
	position:absolute;
	top: 200px;
	left: 100px;
	width: 65%;
	padding: 10px;
	text-align: center;
	border: #ff3 2px solid;
	margin-bottom: 10px;
	}

.contentaddguest  {
	position:absolute;
	top: 200px;
	left: 100px;
	width: 65%;
	padding: 10px;
	text-align: left;
	border: #ff3 2px solid;
	}

.guestentry  {
	position:relative;
	text-align:left;
	}

.big  {	
	font-weight: bold;
	font-size: large;
	}

.little  {
	font-size: x-small;
	font-style: italic;
	}

.credits  {
	font-size: xx-small;
	font-style: italic;
	text-align: center;
	}


