* {
    padding: 0;
    margin: 0;
    border: 0;
}

a {
    text-decoration: none;
}

body {
    text-align: center;
    background: #FFFFFF;
}

div#top-container {
    clear: both;
    width: 980px;
    margin: auto;
}

div#top {
    position: relative;
    display: block;
    clear: both;
    z-index: 10;
    background: url(images/top.png) center no-repeat;
    height: 72px;
    width: 980px;
}

div#go-left {
    float: left;
    width: 60px;
    height: 72px;
}

div#go-right {
    float: right;
    width: 60px;
    height: 72px;
}

div#image-container {
    clear: both;
    width: 960px;
    margin: auto;
}

div#image-place {
    position: absolute;
    z-index: 1;
    margin-top: -20px;
}