@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
	background-color: #F3F2E7;
	background-image: url(../images/page-tail.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#flash {
	padding: 0;
}

#audio {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 100;
	width: 50px;
}

#nonflash {
	color: #999999;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding-bottom: 10px;
}
#nonflash a:link, #nonflash a:visited {
	color: #999999;
	text-decoration: none;
}
#nonflash a:active, #nonflash a:hover {
	color: #999999;
	text-decoration: underline;
}

