body {
    padding: 0px;
    margin: 0px;
}

#page {

    background: url('../images/stopacta.gif') no-repeat center 0px;
    width: 965px;
    height: 194px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding-top: 360px;
}

#linkbox {
    
    width: 560px;
    height: 116px;
    margin: auto;
    padding: 20px;
    text-align: center;
    background-color: rgba(200,200,200,0.6);
    -moz-border-radius: 15px;
     border-radius: 15px;
    line-height: 22px;
}

#linkbox2 {
    width: 540px;
    height: 140px;
    margin: auto;
}

#footer {
    width: 620px;
    height: 80px;
    margin: auto;
    margin-top: 5px;
    text-align: center;
}

a {
    font-family: Arial,Calibri;
    font-size: 16px;
    color: #050505;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}