#container{
position:absolute;

  margin-left: 10%;
  margin-top: 2%;
  height:auto;
  
}
* html #container{
  height:auto; /* So IE plays nice */
}
#image{
  width:800px;
  height:550px;
  float:left;
  margin-right: 100px;
  z-index: 9450;
}
#menu{
  float:left;
  z-index: 9505;
  width:800;	
  border-left:none;
  border-right:none;
  display:inline;
}
 
* html #menu{
width:800;	
  border-left:none;
  border-right:none;
  display:inline;
}

#copyright{

margin-left:inherit;
width:auto;
height:50px;
z-index: 9500;

}
#info{
margin-top:inherit;
margin-left:inherit;
float:left;
width:300px;
height:auto;
z-index:9500;
border-style:solid;
border-width:1px;
border-color:#000000;
padding: 5px;
}
#info2{
margin-top:inherit;
margin-left:inherit;
float:left;
width:auto;
height:auto;
z-index:9500;
border-style:solid;
border-width:1px;
border-color:#000000;
padding: 5px;
}