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

body {
	background:#d8c7b5 url(img/flourish.gif) no-repeat;
	background-color:d8c7b5;
	background-image:url(img/flourish.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#988575;
}
a {
	color:#988575;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}

#wrapper {
	width:950px;
	margin:25px auto 0 auto;
	text-align:center;
}


