html, body {
    color: #000;
    background: #fff;
    text-align: center;
}

html#right, body#right {
    color: #fff;
    background: #000;
} 

div#index {
    width: 1000px;
    text-align: center;
    margin: auto;
}

img, div {
    margin: 0;
    spacing: 0;
    padding: 0;
}

div#open {
    width: 700px;
    text-align: center;
    margin: auto;
    margin-top: 3em;	
}

a img {
    text-decoration: none;
    border: 0;
}
