body{
    background: url(images/HP.jpg) repeat-x;	
	background-position: center;background-position: top;	

    font: 11px Verdana;
	color: #000000;
}

#wrapper{
    margin: 0 auto;
    width: 780px;
}

#header{
    height: 200px;
    width: 760px;
   /* background:url(images/header.jpg);*/
    margin-top: -100px;
    margin-bottom: 50px;
}

#contentwrapper{
    width: 805px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding-top: 30px;
    float: left;
}

#content {
    float:left;
    width: 555px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding: 0 50px;
}

#footerwrapper{
    margin: 0 auto;
    border-top: 0px solid #a50394;
    width: 780px;
	
}

#footer{
    float: left;
    height: 20px;
    width: 780px;
    text-align: center;
}