body{
    background: url(images/background.jpg) repeat-x;	
    font: 11px Verdana;
}

#wrapper{
    margin: 0 auto;
    width: 1000px;
}

#header{
    height: 200px;
    width: 1000px;
    background:url(images/header.jpg);
    margin-top: 49px;
    margin-bottom: 50px;
}

#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;
}
