
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff url("http://dev.macxonline.net/pics/body/devbg.gif") repeat-x top left;
    text-align: center;
    width: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    text-align: left;
    color: #036;
    line-height: 1.4em;
}

div, p, h1, h2, h3, h4 { margin: 0px; padding: 0px; }
img { border: 0px; }

#wrapper {
    margin: 100px auto 20px auto;
    width: 600px;
    text-align: left;
}

#logo {
    margin-bottom: 25px;
}

#content {
    margin-left: 25px;
}

h1 { font-size: 1.5em; margin-bottom: 20px; }
h2 { font-size: 1.2em; margin-bottom: 15px; }

p { margin-bottom: 15px; }

a:link, a:visited, a:active { background: transparent; color: #DA0000; font-weight: normal; text-decoration: none; }
a:hover { background: #036; color: #fff; font-weight: normal; text-decoration: underline; }



