html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {font-family:"Times New Roman", Times, serif; font-size:1em;}
#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-image: url(terras.jpg);
}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
#content {
	padding:5px 200px 20px 300px;
}
#textshow {
	visibility:hidden;
}
#trans {
	background-color: white;
	padding: 1em 15px 10px;
	background-repeat: repeat;
	background-position: center top;
	margin-top: 30%;
	filter:alpha(opacity=60);
	opacity:0.6;
	width: 25em;
	margin-left: 5em;
  }
#trans2 {
	background-color: white;
	padding: 1em 15px 10px;
	background-repeat: repeat;
	background-position: center top;
	margin-top: 30%;
	width: 25em;
	margin-left: 5em;
  }
#fixed {
	position:absolute;
	top:49px;
	left:17px;
	width:200px;
	z-index:10;
	padding:10px;
	height: 100%;
	border-top: none;
	border-right: 1px solid #060;
	border-bottom: 1px solid #060;
	border-left: none;
}
#fixed p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p {font-weight:bold; color:#000; line-height:1.8em; letter-spacing:0.1em; text-align:justify;}
a {font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; color: #00CC00;}
h1 {font-family: "Times New Roman", Times, serif; font-size: 1.8em; font-weight: bold; color: #060}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #090}
h3 {font-size: 1em; color: #006633;}
h4 {font-size: .7em; color: #00FF00;}
li{list-style-type: none;}
#thumbnail {
	width: 800px;
}
.thumbnail p{line-height:1.8em; letter-spacing:0.1em; text-align:center;}
.thumbnail {
	float: left;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 400px;
	border: 1px dotted #003300;
}
.content {
	clear: both;
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.green {
	color: #00FF00;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FF9900;
}
.ital {
	font-style: italic;
}
.right {
	text-align: right;
}

