*{
margin:0px;
padding:0px;
}
body {
	background-image: url(images/background.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-color: #E89F20;
}
#head{
width: 900px;
float: inherit;
padding: 0px 0px 0px 0px;
margin:auto;
}
#content{
width: 900px;
float: inherit;
padding: 0px 0px 0px 0px;
margin:auto;
}
#footer{
width: auto;
height: 257px;
background-image:url(images/footer.png);
background-repeat:repeat-x;
background-position:center;
float: inherit;
padding: 0px 0px 0px 0px;
margin:auto;
}
.projectbody{
font-family:Arial, Helvetica, sans-serif;
color:#710000;
font-size:smaller;
font-weight:bold;
}