html,body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
}

#main {
    position:relative; /* needed for footer positioning*/
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

#in_middle {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 50%;
    left: 50%;
}

#container {
    position: absolute;
    top: -345px;
    left: -576px;
    width: 1152px;
    height: 691px;
    background: black;
}
