﻿body {
    background-color: #8DB308;
    text-align: center;
    font-family: Verdana, Arial;
}
#top {
	margin: 0% auto 0% auto;
	width: 893px;
}
#bottom 
{
    background-image: url('images/onder.gif');
    background-repeat: no-repeat;
    top: 12px;
    height: 45px;
}
#numbers 
{
    float: left;
    padding-left: 10px;
    text-align: left;
    display: inline;
    padding-top: 7px;
}
#prev_next
{
    float: left;
    padding-left: 207px;
    display: inline;
    padding-top: 7px;
}
.number
{
    float: left;
    height: 30px;
    width: 30px;
    padding-top: 4px;
    margin-right: 3px;
    text-decoration: none;
    text-align: center;
    background-image: url('images/button_n.gif');
    background-repeat: no-repeat;
    display: block;
    color: #b7e813;
    font-weight: bold;
    font-size: 18px;
}
.number:hover
{
    background-image: url('images/button_o.gif');
    background-repeat: no-repeat;
    color: #688604;
}
