I'm having an issue that I'm sure is my fault somewhere. I can't get the divs to move the way I want them to. I am trying to make Div GIS1 centered directly in the middle of the page, but when I put it at 50% it goes past the middle of the page.
#wrapper {
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
position:absolute;
}
#GIS1_text{
vertical-align:middle;
}
#GIS1{
margin-top: 10%;
margin-left: 50%;
width:50%;
}
#street_thumb{
vertical-align:middle;
max-height: 300px;
max-width: 400px;
}