#spanMenu {	
           container: positioned;	
           position: absolute;	
           left: -99px;	
           top: 0px;	
           width: 120px;	
           height: 366px;
}

#box2	{ 
	position: absolute;
	left: 580px;
	top:288px;
	width: 200px;
	background-color: blue;
	border-width: 1px;
	border-style: solid
	}               
#box5	{ 
	position: absolute;
	left: 580px;
	top:288px;
	width: 200px;
	}               

#box1	{ 
	position: absolute;
	left:430px;
	top: 230px;
	width: 180px;
	background-color:black ;
	border-width: 1px;
	border-style: solid
	}               
#box4	{ 
	position: absolute;
	left:430px;
	top: 230px;
	width: 180px
	}               

#box3	{ 
	position: absolute;
	left: 5px;
	top: 508px;
	width: 244px;
	background-color: #006633;
	border-width: 1px;
	border-style: solid
	}               

#box6	{ 
	position: absolute;
	left: 250px;
	top: 528px;
	width: 184px	}               


