* {margin: 0;padding: 0;	border: 0;}

body {font-family: Helvetica, sans-serif; font-size: 100.0%;}
p {font-size: 0.9em; line-height: 1.1em;}
ul {margin:0;padding:10px 0 0 20px;list-style:square;}
ul li {padding:0 ;}

#wrapper {width: 500px;	z-index: 1;	margin: 10px auto;}

#top_fade {
	width: 500px;
	height: 185px;
	z-index: 99;
	position: fixed;
	top: 0%;
	background-image: url("i/top.png");
}

#bottom_fade {
	width: 500px;
	height: 180px;
	z-index: 99;
	position: fixed;
	bottom: 0%;
	background-image: url("i/bottom.png");
}

#content{margin: 70px 0 40px 0; padding: 10px; text-align: justify;}
#content a { color: #115f1b; text-decoration: none; margin: 12px 15px 0 0;}
#content a:hover { color: #6a776c; text-decoration: underline;}

#top_fade a { font-size: 10px; color: #fff; text-decoration: none; float: right; margin: 12px 15px 0 0;}
#top_fade a:hover { color: #EFF9FF; text-decoration: underline;}