html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background-color:#000000;
    color: #969696;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

#logo {
    background:url('../img/bordnamona.png');
    position: fixed;
    top: 0;
    left: 100%;
    margin-top: 30px;
    margin-left: -230px;
    width: 200px;
    height: 166px;
}

#main {
    position: relative;
    left:100%;
    top: 30px;
    margin-left: -550px;
    width: 500px;
    min-height: 600px;
}

#content {
    padding: 20px;
}

#content h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}