#map {
	float: keft;
	height:600px; 
	width:800px; 
	border:1px solid red;
}

#pic {
	border:1px solid green;
	height: 600px;
	position: absolute;
	top: 45px;
	left: 850px;
//	width: 400px;
}

#pic img {
	height: 100%;
	width: 100%;
}