/*link-homepage*/
.box1 { 
		position: relative; 
		left: 30px;
		margin: 0px 0 0px 0px; 
		padding: 5px 0; width: 288px; 
		height: 1000px; 
		background-image: url(images/MenuHome.png); 
		background-repeat: no-repeat; 
		}
		
.box2 { 
		position: relative; 
		left: 30px;
		margin: 0px 0 0px 0px; 
		padding: 5px 0; width: 288px; 
		height: 1000px; 
		background-image: url(images/MenuAbout.png); 
		background-repeat: no-repeat; 
		}
		
.box3 { 
		position: relative;
		left: 30px;
		margin: 0px 0 0px 0px; 
		padding: 5px 0; width: 288px; 
		height: 1000px; 
		background-image: url(images/MenuCapabilities.png); 
		background-repeat: no-repeat; 
		}
		
		
.box4 { 
		position: relative; 
		left: 30px;
		margin: 0px 0 0px 0px; 
		padding: 5px 0; width: 288px; 
		height: 1000px; 
		background-image: url(images/MenuMultilingual.png); 
		background-repeat: no-repeat; 
		}
		
		
.box5 { 
		position: relative; 
		left: 30px;
		margin: 0px 0 0px 0px; 
		padding: 5px 0; width: 288px; 
		height: 1000px; 
		background-image: url(images/MenuCollaborators.png); 
		background-repeat: no-repeat; 
		}

			
		
#box-home { 
		position: absolute; 
		top: 120px; 
		left: 100px; 
		width: 83px; 
		height: 40px; 
		background-color: transparent; 
		border: 0px solid yellow;}
		
#box-about { 
		position: absolute; 
		top: 170px; 
		left: 130px; 
		width: 83px; 
		height: 40px; 
		background-color: transparent; 
		border: 0px solid yellow;}
		
#box-capabilities { 
		position: absolute; 
		top: 230px; 
		left: 100px; 
		width: 123px; 
		height: 40px; 
		background-color: transparent; 
		border: 0px solid yellow;}
		
#box-multilingual { 
		position: absolute; 
		top: 285px; 
		left: 90px;
		width: 135px; 
		height: 40px; 
		background-color: transparent; 
		border: 0px solid yellow;}
		
#box-collaborators { 
		position: absolute; 
		top: 340px; 
		left: 75px;
		width: 100px; 
		height: 40px; 
		background-color: transparent; 
		border: 0px solid yellow;}
