* {
    margin: 0;
    padding: 0;
}

body {
    color: black;
    background: #fcfcfc;;
    font-size: 22px;
    line-height: 24px;
    font-weight : 700;
    font-family: "Verdana, Arial, Helvetica, sans-serif";
}

a:link {
    text-decoration: none;
    background: none repeat scroll 0 0 #fff;
    color: #808080;
}

a:visited {
    color: #444444;
}


a:active {
    text-decoration: none;
    color: #091748;
}

a:hover {
    color: #111111;
    border-bottom: 1px solid #ffaa00;
}

#main {
    background: white;
    margin : auto;
    margin-top: 25px;
    width: 800px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border : 2px solid #e1e1e1;
}

a.logo, a.logo:hover{
    background-image: url("logoSAFBRANDS_FR.png");
    background-repeat : no-repeat;
    display: block;
    height: 185px;
    margin: 35px auto;
    width: 500px;
    border-bottom: none;
}

.nics {
    background-image: url("nics.gif");
    background-repeat : no-repeat;
    display: block;
    height: 33px;
    margin: auto auto 5px;
    width: 601px;
}

.icann {
    background-image: url("icann.jpg");
    background-repeat : no-repeat;
    display: block;
    height: 33px;
    margin: auto auto 5px;
    width: 268px;
}

.bottom {
    font-size : 18px;
}

.top {
    padding-top: 25px;
}

.space {
    padding: 0px 10px;
}

.Hspace {
    padding: 15px 0px;
}