
* { 
	color:yellow;
	font-family:Helvetica;
	font-size:100%;
	text-align: justify;
	border:0;
} 

div {
	position:absolute; 	
	height:70%;
	top:15%; 
	padding:1%;
}
	
div.nav { 
	width:15%; 
	right:5%; 
	font-size:1.2em;
}	

div.main { 
	width:70%; 
	left:5%; 
	font-size:.8em;
}	

div.trans {
	color:#000000;
	background-color:#000000; 
	opacity: 0.0;
}

div.footer {
	position:absolute; 	
	height:5%;
	top:90%; 
	right:4%; 
	padding:1%;
}

td {
	white-space: nowrap;
}

td.images {
	padding:.1em;
	background-color:#000000; 
}

h1 {
	text-decoration: underline;
}

.auto {
	font-size: 0.6em;
}

html {
	background: url(back/back10.jpg) no-repeat center center fixed;
	background-size: cover;
}


