p#header
{
	width:100%;
	height:50px;
	background-image:url("headerBack.png");
	background-repeat:repeat-x;
}
p#bottom
{
	width:100%;
	height:50px;
	background-image:url("bottomBack.png");
	background-repeat:repeat-x;
}
body
{
	background-color:#FFCC32;
}
p#center
{
	font-family:"Arial";
}


