#container{
	position:absolute;
	left:100px;
	top:50px;
	width:600px;
	height:400px;
	
}


.nav {

	position:relative;
	width:900px;
	height:200px;
	background-color: #444;
	opacity:.40;filter: alpha(opacity=40); -moz-opacity: 0.4;
	top:400px;
	left:100px;

}

a:link img{
border:0px #fff solid;
}
a:visited img{
border:0px #fff solid;
} 
a:hover img{
border:1px solid rgb(154,138,87);
}
