body {
    background: #391010;
    margin: 0;
    padding: 0;
    font-size: 80%;
}

div#wrapper {
     height: 700px;
     background: #000000;
}

div#content-wrap {
     width: 950px;
     margin: 0 auto;
}

div#content-background {
    height: 420px;
    padding: 280px 0 0 100px;
    background: url('/inc/img/pulse_bgd.jpg') center no-repeat;
}

div#content {
     width: 300px;
     padding: 15px;
     background: #FFFFFF;
     opacity: .8;
}

div#content input[type=text] {
    width: 150px;
}

.myForm td, input, select, textarea, checkbox  {
    font-family: tahoma;
    font-size: 12px;
}

.required {
    color: #FF0000;
}

div#footer {
    color: #FFFFFF;
    padding: 5px 0 10px 0;
    font-family: Verdana;
    text-align: center;
}

div#footer a, div#footer a:visited, div#footer a:active {
    color: #E8E8E8;
}
