body {
    background-color: #ffffff; 
    margin-left:   0px;
    margin:        0px;
    margin-right:  0px;
    margin-top:    0px;
    margin-bottom: 20px;
    
    font-family:      Verdana, sans-serif;
    font-size:        12px;
    color:            #343434;
    text-decoration:  none;
}

a, a:hover {
    font-family:      Verdana, sans-serif;
    font-size:        12px;
    color:            #343434;
    text-decoration:  underline;
}

.txtblack80 {
    font-family:      Verdana, sans-serif;
    font-size:        12px;
    color:            #343434;
    text-decoration:  none;
}

.linkblack80, .linkblack80:hover {
    font-family:      Verdana, sans-serif;
    font-size:        12px;
    color:            #343434;
    text-decoration:  underline;
}

.txttable {
    font-family:      Verdana, sans-serif;
    font-size:        12px;
    color:            #343434;
    text-decoration:  none;
}

div#home {
    text-align: center;
    position: relative;
    margin: 0px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
}


div#day {
    position: relative;
    width:  854px;
    height: 542px;
    margin: 0px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

div#day_left {
    position: absolute;
    right: 457px;
    bottom: 145px;
    margin: 0px;
    padding: 0px;
}

div#day_right {
    position: absolute;
    left: 457px;
    bottom: 145px;
    margin: 0px;
    padding: 0px;
}

div#day_last {
    position: absolute;
    left:   0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}

div#day_next {
    position: absolute;
    right:  0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}

div#day_today {
    position: absolute;
    border: 0px;
    left: 387px;
    bottom: 0px;
    width: 80px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

div#day_home {
    position: absolute;
    border: 0px;
    left: 387px;
    top: 60px;
    width: 80px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}




