html{
    height: 100%;
    width: 100%;
}

body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(./bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment:fixed;
    font-family: sans-serif;
}

table {
    width: 100%;
    height: 100%;
}

/*td {*/
    /*vertical-align: center;*/
    /*text-align: center;*/
    /*valign: center;*/
/*}*/

.main_menu{
    border-radius: 20px;
    background-color: #f5e3a9;
    width: 300px;
    border-style: solid;
    border-width: 5px;
    border-color: #ffffff;
    color: black;
    text-align:center;
}

.caption{
    border-radius: 10px 0px 10px 0px;
    width: 250px;   /*FIXME: need remove*/
    background-color: #a5e24d;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    color: white;
    margin: 3px;
    padding: 3px;
    font-weight: bold;
}

.menu_item{
    border-radius: 10px;
    background-color: #f1d583;
    border-style: solid;
    border-width: 2px;
    border-color: #eabe3c;
    margin: 5px;
    padding: 5px;
    }

.menu_item_run{
    text-align: center;
    margin: 5px;
    padding: 5px;

    border-radius: 10px 0px 10px 0px;
    width: 250px;   /*FIXME: need remove*/
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    background-color: inherit;
}

.menu_item_text{
    margin-left: 15px;
    text-align: justify;
    color: #474747; 
}

.menu_item_caption{
    text-align: left;
    font-weight: bold;
    color: #474747; 
}

 a:link, a:visited{
    color: #ffffff;
    text-decoration: none;
    background-color: #a5e24d;
}
a:hover{
    background-color: #82c822;
}
