body {
	background-color: white;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#container {
	position: relative;
}
ul#the_list {
	margin-top: 130px;
	margin-bottom: 130px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	width: 480px;
	display: block;
}
ul#the_list li {
	text-align: right;
	font-family: "Courier New", Courier, Monaco, monospace;
	color: #9b9b9b;
	line-height: 30px;
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 10px;
	margin-bottom: 150px;
	border-bottom-width: 1px;
	font-size: 11px;
}
div#scroll {
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 480px;
	font-family: "Courier New", Courier, Monaco, monospace;
	color: #9b9b9b;
	line-height: 30px;
	list-style-type: none;
	list-style-position: inside;
	font-size: 11px;
}
ul#the_list p {
	color: black;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
ul#the_list li a {
	text-decoration: none;
	border-bottom-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #393938;
}
ul#the_list li:last-child {
	margin-left: 0px;
	margin-bottom: -150px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	border-width: 0px;
	text-decoration: none;
	color: white;
}
ul#the_list li a:hover {
	border-bottom-color: #494948;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
}
#note {
	padding-left: 7px;
	padding-bottom: 1px;
	padding-right: 7px;
	padding-top: 7px;
	background-color: #f4f4f4;
	width: 480px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	font-size: 11px;
}
textarea {
	min-width: 310px;
	max-width: 310px;
	height: 65px;
	color: black;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 5px;
}#note label {
	margin-bottom: 5px;
	display: block;
}
 #note p {
	margin-bottom: 10px;
}
 ul#the_list img {
	width: 480px;
}
 #form {
	background-color: #97ff4e;
	display: block;
	top: -1000px;
	color: #88ffcd;
}
 
