body {
    font-family: 'Trebuchet MS', Trebuchet, sans-serif;
    background-color: #45771e ;
    padding: 0px ;
    margin: 0px ;
}
#mainarea {
     background-image: url('pix/mainbackground.png') ;
     width: 700px ;
     min-height: 1000px ;
     margin-left: auto ;
     margin-right: auto ;
     /* margin-top: -10px ; */
}
.center-column {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-bottom: 10px;
    /* background-color: blue; */
    overflow: hidden;
    }
#mainbottons-holder {
    float: right;
    overflow: hidden;
    /* border-collapse: collapse; */
    height: 141px;
    width: 290px;
    /* background-color: gray; */
}
.mainbotton {
    width: 120px;
    height: 70px;
    overflow: hidden;
    background-image: url('pix/mainbotton.png');
    display: inline-block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #2e461c;
}
td.home {
    width: 50%;
    text-align: right;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
td.visitor {
    width: 50%;
    text-align: left;
    border: 0px;
    margin: -5px;
    padding: 0px;
}
h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}
p.italic {
    font-size: 14px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: -20px;
}
.round_bar {
    font-size: 16px;
    font-weight: bold;
    background-color: #2e461c;
    color: #ffffff;
    width: 80%;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 50px;
    cursor: pointer;
}
.game_bar {
    background-color: #406721;
    width: 70%;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}
.form_bar {
    background-color: #819f6a;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-right: 20px;
    text-align: right;
    font-size: 80%;
}
.result_bar {
    background-color: #819f6a;
    width: 90px;
    position: relative;
    float: right;
    left: -95px;
    top: -23px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
}
.align_right {
    font-size: smaller;
    display: inline;
    float: right;
    font-size: 12px;
    position: relative;
    top: 3px;
}
.scorebox {
    width: 50px;
}
.maillink {
    text-decoration: underline;
    font-size: small;
    color: #2e461c;
}
.fp_result {
    width: 400px;
    /* height: 440px; */
    border: none;
    display: inline-block;
    float: left;
}
.fp_cupholder {
    display: inline-block;
    float: left;
    margin-left: 50px;
}
.fp_lastround {
    width: 160px;
    /* height: 220px; */
    /* border: 1px solid #ffffff; */
    display: inline-block;
    float: none;
    margin-left: 25px;
    text-align: center;
}
.scoreboard_cell {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}