/*
 * Duna Systems home main style sheet
 * Copyright 2009 Duna Systems - All rights reserved.
 */

body {
    text-align: center;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    /*background: #9cf;*/
}

div#wrap {
    width: 800px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    /*border: 1px solid black;*/
}

div#wrap a {
    color: #c30;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}

div#logo {
    margin: 20px;
    margin-bottom: 100px;
    padding: 20px;
    /*border-bottom: 2px solid blue;*/
}

div#text {
    text-align: justify;
    line-height: 1.3;
    font-size: 1.2em;
    padding: 20px;
}

div#footer {
    font-size: 0.8em;
    border-top: 1px solid black;
}
