body{
    font: 11px Verdana;
    #background-color: #000000;
    background:url(images/back5.JPG);
    color: #FFFFFF;
}

#wrapper{
    margin: 0 auto;
    width: 1000px;
}

#header{
    height: 170px;
    width: 1000px;
    background:url(images/header2.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
}

#contentwrapper{
    width: 1000px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding-top: 30px;
    float: left;
}

#content {
    float:left;
    width: 700px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding: 0 50px;
}

#footerwrapper{
    margin: 0 auto;
    border-top: 1px solid #a50394;
    width: 1000px;
}

#footer{
    float: left;
    height: 20px;
    width: 1000px;
    text-align: center;
}
