body {
}
body, p, td, div, span {
	font-family: Monaco, "Monaco CY", Georgia, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#top {
	position: absolute;
	left: 120px;
	top: 10px;
}
#top p:last-child, #bottom p:last-child {
	text-decoration: underline;
}
#scrollcontent p:last-child {
	text-decoration: none;
}
#bottom {
	position: absolute;
	left: 120px;
	bottom: 10px;

}
a {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFF;
	text-transform: uppercase;
	background-color: #FF00FF;
}
#scrollcontent{
	overflow: auto;
	height: 400px;
	padding-right: 10px;
	width: 505px;
}
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-height: 600px;
}