body
{
	/* background: url(logo.jpg) 0 0 no-repeat; */
	font-family: arial;
	color: #333311;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #33Fe00;
}

#logo{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	border-right: 1px solid #f80;
}

#roba{
	position: absolute;
	z-index: 2;
	top: 42px;
	right: 42px;
	width: 400px;
	height: 500px;
	border: 1px solid #f80;
	background-color: #2d0;
	padding: 5px;
	overflow: auto;
}

#titolo{
	position: absolute;
	z-index: 3;
	left: 42px;
	top: 42px;
	font-size: 50px;
	letter-spacing: -5px;
	color: #f80;
	background-color: #2d0;
	padding: 20px;
	border: 1px solid #f80;
}

pre{
	font-size: 11px;
	font-family: serif;
	background-color: #3e1;
}

#menu{
	position: absolute;
	z-index: 3;
	left: 42px;
	top: 200px;
	font-size: 15px;
	color: #f80;
	background-color: #2d0;
	padding: 20px;
	border: 1px solid #f80;
}

a{
	color: #02f;
}

img{
	border: none;
}

input{
	background-color: #f80;
	border: 0px;
	border-bottom: 1px dashed #2d0;
}

table{
	font-size: 11px;
	border-top: 1px solid #f80;
	border-left: 1px solid #f80;
	background-color: #fa0;
}

td{
	border-bottom: 1px solid #010101;
	border-right: 2px solid #101010;
}