body
{
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: center;
	font-family: "Lucida Grande",helvetica, arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}

#wrapper
{
	margin: 0px auto;
	text-align: center;
	width: 960px;
	background-color: #CCC;

}