html {
overflow:hidden;
}
#container {  
    min-height: 100%;  
    height: auto !important;  
    height: 100%;  
    margin: 0 auto -70px;
    overflow-x: hidden;
} 

p {
  text-align: center;
  font-family:'CANDARA',Sans-Serif;
  margin-top:50%;
  margin-bottom: 50%;
}
#parent {position: relative;}

#child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}
a:link {
  font-family:'CANDARA',Sans-Serif;
    text-decoration: none;
    /*color: #003C00;*/
    color: white;
}

a:visited {
  font-family:'CANDARA',Sans-Serif;
    text-decoration: none;
    color: white;
}

a:hover {
  font-family:'CANDARA',Sans-Serif;
    text-decoration: underline;
    color: white;
}

a:active {
  font-family:'CANDARA',Sans-Serif;
    text-decoration: underline;
    color: white;
}


#footer{  
    width: 100%;
    margin-left: -10px;
    position: absolute;
    bottom: 0;
    height:70px;  
    background:#003C00;  
    opacity:0.5;
    clear:both;
    text-align: center;
    font-family:'CANDARA',Sans-Serif;
    color: white;
    overflow-x: hidden;
    } 


 
 
 