html{
    background-image: url(../img/b1.jpg);
    background-position: top;
    font: 12px tahoma, arial, sans-serif;
    min-width: 1010px;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
}
body {
    background-image: url(../img/b.jpg);
    background-position: center;
    margin: 5px;
    padding: 1px;
    text-align: center;
}

#top{
    padding: 5px;
    height: 30px;
}

#main{
    padding: 10px;
    overflow: auto;
    min-height: 600px;
}

#bottom{
    padding: 5px;
}
.img_footer {
    vertical-align: text-bottom;
    width: 18px;
    height: 18px;
}

.in_flogin {
    text-align: center;
    font-size: 18px;
}

.header-title{
    font-size: 20px;
    color:  white;
    text-align: center;
    font-family: tahoma;
    font-weight: 900;
    border-radius: 10px;
    cursor: pointer;
    width: 37%;
    display: inline-block;
}

.header-user-greet {
    font-size: 20px;
    color:  white;
    text-align: center;
    font-family: tahoma;
    font-weight: 900;
    padding:5px;
    border-radius: 10px;
    width: 55%;
    display: inline-block;
}

.user_note {
    font-size: 14px;
    color:  white;
    text-align: center;
    font-family: tahoma;
    font-weight: 900;
    border-radius: 10px;
}

.primary-1 { background-color: #9FEE00 }
.primary-2 { background-color: #86B22D }
.primary-3 { background-color: #679B00 }
.primary-4 { background-color: #B9F73E }
.primary-5 { background-color: #C9F76F }

.secondary-a-1 { background-color: #4DDE00 }
.secondary-a-2 { background-color: #55A62A }
.secondary-a-3 { background-color: #329000 }
.secondary-a-4 { background-color: #7AEE3C }
.secondary-a-5 { background-color: #99EE6B }

.secondary-b-1 { background-color: #DCF900 }
.secondary-b-2 { background-color: #AABB2F }
.secondary-b-3 { background-color: #8FA200 }
.secondary-b-4 { background-color: #E6FC3F }
.secondary-b-5 { background-color: #ECFC71 }

.complement-1 { background-color: #CD0074 }
.complement-2 { background-color: #992667 }
.complement-3 { background-color: #85004B }
.complement-4 { background-color: #E6399B }
.complement-5 { background-color: #E667AF }