@media screen {
body { background: url(../Iguazu1_m.jpg) fixed; background-repeat: no-repeat;}

#main { width: 1000px; height: 600px;
	padding: 10px;
	}

#header {text-align: center; }
#header h1 { color: white; }
#header a { color: white; }

#updated {text-align: center; color: white; }

#content { 
	background: silver; 
	width: 700px; height: 450px;
	color: blue;
	float: right; overflow: auto;
	padding: 10px;
	margin: 0px 30px 0px 0px;
	border: 5px solid grey; 
	}
#content a { color: white; }
#content h2 { color: blue; text-align: center; }
#content h2  a { color: blue; text-align: center; }
#content h3 { color: blue; text-align: left; }
#content h3 a { color: blue; text-align: left; }
}

@media print {
#links { display: none; }
#front_page { display: none; }
#page_links { display: none; }
#page_top { display: none; }
[img] { page-break-inside: avoid; }
}

#logo { width: 100; height: 46; position: fixed; top:25px; right:25px; }

