@charset "utf-8";
/* CSS Document */

body{
			margin:0 auto;
			
	width:100%; height:100%;
			
}	

#wrapper {width:100%;
			
	
			}

#arch { width:50%; height:100vh; background-color:#4f4f4f; 
    left: 0;
    top: 0; position: absolute;display:inline-block;
    }

#link1 {float:right; margin-top:40%;margin-right:2%;}

#ing {width:50%;float:right; height: 100vh; background-color:#89afaa;position: relative;}

#link2 {float:left; margin-top:40%;margin-left:2%;}