html, body {
    margin:0;
    padding:0;
    background: url('bg.png') repeat-y;
    background-position:top center;
    background-color: #0c2a3b;
    width: 100%;
    color: #000000;
    text-align:center;
}

div {
    text-align: left;
}

#pumdev_body {
    width:900px;
    margin:0 auto;
    text-align: center;
}

#pumdev_logo {
    margin-top: 40px;
    text-align:right;
    width: 800px;
}

#pumdev_error {
    width:900px;
    text-align:center;
    margin-top:20px;
    margin-bottom:50px;
}

#pumdev_content {
    width:800px;
    margin-left:120px;
    text-align:left;
    font-size:12px;
    font-family:Arial;
    color:#000000;
}

p {
    line-height:200%;
}

.bold {
    font-weight:bold;
    font-size:12px;
    font-family:Arial;
    color:#000000;
}

.light {
    font-size:12px;
    font-family:Arial;
    color:#a3a3a3;
}

h1 {
    color: #247;
    font-size: 1.6em;
    font-weight: normal;
}

h2 {
    color: #580;
    font-size: 1.4em;
    font-weight: normal;
    margin-top:20px;
}