/* --HTML and BODY Information-- */

body {
	font-family: Arial;
	padding: 0px;
	margin: 0px; 
}

#container {
	position:absolute;
	color: black;  	
	background: white;
	left: 10%;
}

img {
  border-style: none; 
}

h1 {
	padding: 0px;
	margin: 0px;	font-size:32px; 
	position:absolute; top:10px; left:150px; width: 300px;
}

#cina {
	position:absolute; top:65px; left:420px; width:190px; height:396px;
}

#egitto {
	position:absolute; top:35px; left:10px; width:78px; height:308px;
}

#giordania {
	position:absolute; top:145px; left:80px; width:132px; height:248px;
}

#giappone {
	position:absolute; top:75px; left:330px; width:200px; height:140px;
}

#indonesia {
  position:absolute; top:95px; left:20px; width:512px; height:360px;
}

#cuba {
  position:absolute; top:115px; left:420px; width:83px; height:231px;
}

#links {
  font-size:12px; position:absolute; top:450px; left:120px; width: 300px;
}

#home {
  font-size:10px; position:absolute; top:450px; left:20px; width: 100px;
}

#links, subt {
  font-size:8px; text-align: center; position:absolute; top:450px; left:120px; width: 300px;
}

a:link {
	text-decoration: none; 
	color: blue;
	background-color: transparent;
	color: trasparent;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: maroon;
	background-color: transparent;
}
a:hover, a:active { 
	color: red;
}
