/* CSS Document */#curvis {	text-decoration:underline;	color:#0099FF;}
body {	font-family:Arial, Helvetica, sans-serif;	font-size:12px;}a:link {		color: black; text-decoration: none;	}	a:visited {	color: black;text-decoration: none;	}	a:hover {	color: black;text-decoration: none;	}	a:active {	color: red;text-decoration: underline;	}

#container{
position: absolute;
top: 50%;
left: 50%;
height: 600px;
width: 900px;
margin: -300px 0 0 -450px;
background-color: transparent;
}

h1 {
text-align: center;
font-size:1.2em;
color: white;
}

h2 {
text-align: left;
font-size: 1.2em;
color: white;
}


#header {	
position: absolute;	
height: 100px;	
width: 900px;	
left: 0px;	
top: 0px;	
}

#menu {	
position: absolute;	
height: 30px;	
width: 900px;	
left: 0px;	
top: 100px; 
}
				
#text { 
position: absolute;	
height: 400px;	
width: 250px;	
left: 50px;	
top: 150px; 
}

#foto1 {	
position: Absolute;	
height: 150px;	
width: 200px;	
left: 360px;	
top: 175px;
background-color: green;	
}

#foto2 {	
position: Absolute;	
height: 150px;	
width: 200px;	
left: 625px;	
top: 175px;
background-color: green;	
}

#foto3 {	
position: Absolute;	
height: 150px;	
width: 200px;	
left: 360px;	
top: 375px;
background-color: green;	
}

#foto4 {	
position:Absolute;	
height: 150px;	
width: 200px;	
left: 625px;	
top: 375px;
background-color: green;	
}