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

BODY {
	background-color:#f5f5f5;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size:11px;
	text-align:center;
}

.flash {
	margin-top:50px;
}

#footer {
   margin: 0;
   padding: 0;
}
#footer a {
   color: #969696;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}