#homepage-container {
  position: relative;  
  margin: 0 auto;
  width: 800px;
  height: 900px;
}

#pagetop {
    margin: 10px auto;
    top:10px;
    z-index:99999;
}

#mainnav li {
	list-style:none;
    cursor:pointer;
}

#footer {
	top: 600px;
	left: 400px; 
}

.button {
  position: absolute;
  z-index: 200; 
  padding: 0px 0px 0 0;
  height: 80px;
  width: 80px;
  outline: none;
}

#navtip { 
    display:none; 
    background:transparent url(../images/nav/black_arrow.png); 
    height:20px; 
    width:80px; 
    color:#fff;
    font-size:12px; 
	text-align:center;  
    font-family:Verdana;
    padding:12px 0 0 0; /*This keeps the text inside tooltip bubble in center*/
    margin:-10px auto;  /*This keeps the tooltip in center*/
}