html {
	height:100%;	
}
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #473b18;
	height:100%;
}
a:link {
	color:#998d69;
	text-decoration:underline;
}
a:visited {
	color:#998d69;
}
a:hover {
	color:#998d69;
}
#flash {
	height:100%;
	width:100%;
	text-align:center;
}
#invitation {
	padding-top:70px;
	padding-bottom:10px;
	text-align:center;
	background-color:#f2f0e9;
}
#invitation #about {
	text-align:center;
	display:none;
}
#link {
	text-align:center;
	margin-top:30px;
	font-size: 16px;
}
