
body {
	background: #857D5B;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	line-height: 1.5em;
}

a, a:link, a:visited {
	text-decoration: none;
	color: white;
}


#mainframe {
	width: 800px;
	height: 500px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -250px 0 0 -400px;
	border: 0;
	background: #ADA580;
	font-family: Georgia, serif;
	font-size: 16pt;
	line-height: 2em;
	color: #276f17;
}

#mainframe2 {
	width: 900px;
	height: 562px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -281px 0 0 -450px;
	border: 0;
	background: #ADA580;
	font-family: Georgia, serif;
	font-size: 16pt;
	line-height: 2em;
	color: #276f17;
}

#notification {
	background: url('./w40.png');
	border: 1px solid black;
	color: white;
	font-size: 7pt;
	padding: 2pt 20pt 2pt 20pt;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.item {
	border: 1px dotted transparent;
	cursor: pointer;
}

.item:hover {
	border: 1px dotted transparent;
	/*background: url('./b40.png');*/
}


.fw {
	display: block;
	text-decoration: none;
}