html, body {
    margin: 0;
    height: 100%;
}

#container{
    margin:0 auto; 
    width:500px; 
    position:relative; 
     top:30%;
}