body {
    background-color: #eee;
    margin: 0px;
}

img {
    border: 0px;
}

div.navbar {
    position: relative;
    top: 0px;
    text-align: center;
    background-image: url(images/top_bg.png);
    background-repeat: repeat-x;
    height: 63px;
}
div.footer {
        padding-right: 20px;
        padding-top: 5px;
        color: #EEE;
        font-family: arial;
        font-size: 8pt;
        text-align: right;
        /*background: #666;*/
}
div.main {
    position: relative;
    top: 30px;
    text-align: center;
}
