BODY {
        background-color: #000;
}
div#north {
        position: absolute;
        width: 800px;
        height: 600px;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
}
div#north img.main {
}
