* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #545454;
}

body {
    background: #fff url("../images/body-bg.jpg") left top no-repeat;    
    font-size: 13px;
}

ul {
    list-style: none;
}

.table-container {
    position: absolute;
    left: 100px;
    top: 83px;
    border: 0;
    width: 700px;
    height: 454px;
    text-align: center;
}

table {
    width: 680px;
    margin: 10px;
}

table caption {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    color: #777775;
}

table thead th {
    background-color: #dbe2da;
    text-align: center;
    padding: 3px;
}

table thead td {
    background-color: #f2ead3;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}

table tbody th {
    background-color: #f2ead3;
    text-align: right;
    padding: 2px 60px 3px 5px;
    color: #9e1376;
    font-size: 12px;
}

table tbody td {
    text-align: right;
    padding: 2px 10px 3px 5px;
    font-size: 12px;
}

table tfoot td {
    background-color: #fff;
    font-size: 10px;
    text-align: left;
    padding: 2px;

}

table tfoot td a img {
    float: right;
    border: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.contact-container {
    position: absolute;
    left: 818px;
    top: 0;
}

.container-container div {
    padding-top: 10px;
}

h1 {
    font-weight: normal;
    font-size: 22px;
    margin: 10px 0 10px 0;
}

.kuk {
    margin: 0 2px -2px 2px;
}
.potty {
    margin: 0 2px -0px 2px;
}

