body,html {
    height: 99%;
}

body {
    background-color: #eeeeee;
    font: 11px Tahoma;
}

div.bumb {
    height: 40%;
}

div.main {
    margin: 0 auto;
    width: 250px;
    border: 1px solid #cccccc;
}

div.text {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    border-top: 1px solid #cccccc;
}
div.text a {
    color: #0000EE;
    text-decoration: none;
}
div.text a:hover {
    color: #0000EE;
    text-decoration: underline;
}
