@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body { font-family: Arial, Helvetica, sans-serif; background: #EDEBDB; }

#wrapper { width: 900px; margin: 0 auto; }

#flashdiv{ background-color: #EDEBDC; }

#footer {
	color:#9c7c53;
	position:relative;
	text-align: center;
	font-size:11px;
	color:#9c7c53;
}

#footer a {color:#9c7c53; margin: 0 6px;}

