#wrapper {
    width: 620px;
    height: 350px;
    position: absolute;
    overflow: hidden;
    right: 0px;
    left: 0px;
    top: 0px;
    background-color: #00276D;
	
}


#link1 {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 100;
}
	
#link2 {
    z-index: 2;
    position: absolute;
   bottom: 0px;
    left: 0px;
    opacity: 100;
}	
