body
{
	font-family: tahoma; 
	background-image: url(Louvre.jpg);
}

img{border: none}

#matte
{
	position: absolute; 
	left: 80px; 
	top: 20px; 
	width: 740px; 
	height: 605px; 
	background: #fff; 
	border: solid 1px #000; 
}

#menu
{
position: absolute; 
left: 520px; 
top: 40px; 
width: 200px; 
text-align: right; 

}

#menu a
{
	color: #601;
	display: block;
	text-decoration: none;
	line-height: 1.7em;
	font-size: 20px;
	
}

#menu a:hover
{font-weight: bold;} 

a, a:visited {color: #601;}


ul li { list-style-type: none; }


#logo
{position: absolute; 
left: 20px; 
top: 30px; 
}

#bg
{
position: absolute; 
left:400px; 
top: 100px; 
}

#container
{
	position: absolute; 
	left: 20px; 
	top: 200px; 
	width: 700px; 
	height: 400px; 
	border-style: solid;  
	border-color: #000; 
	border-width: 2px 0px 0px 0px; 
	
}	

#container p
{line-height: 1.5em;
font-size: 14px; 

}

img.about { 
float:left;
margin: 4px 15px 4px 0px; 
} 