#truce {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;  
    height: 600px;  
    background: #fff;

    color: #666;
}

#truce a {
    text-decoration: none;
    color: #6A7C8B;
}
#truce a:hover {
    color: #444;
}

#truce .truce {
    position: relative;
    margin: 0 auto;
    width: 650px;
    height: 600px;
}

#truce .truce img {
    position: relative;
    top: 15px;
    display: block;
    margin: 0 auto;
    width: 616px;
    height: 487px;
    margin: 0 auto;
}

#truce .truce .truce-clickable {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 570px;
    height: 450px;
    cursor: pointer;
    background: url(img/pixel.gif);
}

#truce .truce .truce-close {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 1px;
    right: 4px;
    width: 38px;
    height: 38px;
    background: url(img/close.png) no-repeat top left;
}

#truce .truce .truce-col1 {
    position: absolute;
    top: 510px;
    left: 25px;
    white-space: nowrap;
    font-size: 13px;
}

#truce .truce .truce-col2 {
    position: absolute;
    right: 25px;
    white-space: nowrap;
    top: 510px;
    font-size: 13px;
}
#truce .truce .truce-col2 a {
    font-size: 13px;
}