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

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

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

#content { background: silver; 
	width: 700px; height: 400px;
	color: blue;
	float: right; overflow: auto;
	padding: 10px;
	margin: 0px 20px 0px 0px;
	border: 5px solid grey; 
	}
#content a { color: red; }
#content h2 { color: blue; text-align: center; }
#content h3 { color: blue; text-align: center; }
#content h4 { color: blue; text-align: center; }
#content p { color: blue; text-align: center; }
}

@media print {
#links { display: none; }
#front_page { display: none; }
#content a { color: red; }
#content h2 { color: black; text-align: center; }
#content h3 { color: black; text-align: center; }
#content h4 { color: black; text-align: center; }
#content p { color: black; text-align: center; }
}

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