@charset "utf-8";
/* CSS for Ʈhę Ŵiɳdƒąll */

html, body {
	color: #000000;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", Century Gothic, Arial;
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
	background-attachment: fixed;
	background-image: url(images/windfall.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #666;
}

a {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}

hr {
	color: #006600;
}

h3 {
	text-align: center;
}

#page {
	background: url(images/999_50.png);
	border: #808080 2px solid;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 7px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	text-align: center;
	width: 777px;
}
	
#head {
	position: static;
	width: 777px;
	font-size: 73px;
	text-align: center;
}

#content {
	text-align: justify;
	padding: 7px;
	margin: 0;
}

#content span {
	text-align: center;
}

#title {
	font-size: 177%;
	font-weight: bold;
	text-align: left;
}

#title span {
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
}

#nav {
	text-align: center;
	font-size: 84%;
}

.small {
	font-size: 33%;
	font-weight: bold;
}

#foot {
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 0; /* stick to bottom */
	text-align: center;
	margin: 0 auto;
	width: 777px;
}
