#mydiv {   
    position:absolute;   
    top: 50%;   
    left: 50%;   
    width:980px;   
    height:570px;   
    margin-top: -285px; /*set to a negative number 1/2 of your height*/  
    margin-left: -490px; /*set to a negative number 1/2 of your width*/  

} 

