body {
    background:#fff url('../img/body-bg.png') repeat-x scroll 0 0;
    text-align:center;
    margin:0 auto;
}
p{
    margin:0 0;
}

#content { height:400px; }

/*--BACKSITE--*/
    /* CENTER */
#center{
    margin:130px auto 0;
}
    /* LOGO */
.logo-backsite{
    margin-top:15px;
}
    /* TITLES */

#titles{
    font-size:30px;
    margin:10px;
}

.title1{
    border-bottom:1px dotted #000000;
}
.title2{
    color:#656565;
}
    /* ENTER */
.enter{
    border:1px solid;
    color:#656565;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    margin:25px auto;
    padding:5px;
    text-align:center;
    text-transform:uppercase;
    width:75px;
}
.enter:hover { background:#fff; border: 1px solid #002A90; color:#002A90;}
.login{
    color:#656565;
    margin:0 auto;
    text-decoration:none;
    width:110px;
}
.login:hover{
    color:#002A90;
    font-weight:bold;
}
