body{
    margin:0;
    padding:0;
}
#outer{
    min-width:1000px;
    min-height:600px;
    position:absolute;
    width:100%;
    height:100%;
}
#inner{
    height:100%;
    width:100%;
    position:absolute;
}
