body {

	background-image: url(/Images/pizzaback.jpg);

	background-repeat: no-repeat;
	
	background-attachment:fixed;
    
	margin:auto;
	
	font-size: 14px;

	color: #485121;

    font-family: "Helvetica", Arial, sans-serif;
	
	line-height:20px;
	
	font-weight: normal;
	
	text-align:left;

}

#allcontent {

    width: 907px;

	margin:auto;
	}


a {
	
	color:#c82739;
}

#header { 

	width: 907px;
	
	height:139px;
	
	background-image: url(/Images/header.png);

	background-repeat: no-repeat;
	
	margin-top:10px;

	}

#center { 

	width: 907px;
	
	height:801px;
	
	background-image:url(/images/center.png);
	
	background-repeat:no-repeat;
	
	margin:auto;

	}
	
#logo { 

	width: 679px;
	
	height:185px;
	
	margin-left:70px;
	
	padding-top:5px;

	}
	
#main { 

	width: 790px;
	
	height:350px;
	
	margin-top:30px;
	
	margin-left:60px;
	
	text-align:left;
	
	color: #485121;

	font-family: "Helvetica", Arial, sans-serif;

	}
	
.left { 

	width: 530px;
	
	height:350px;
	
	float:left;
	
	text-align:left;

	}
	
.text { 

	width: 475px;
	
	height:240px;
	
	margin-top:20px;
	
	margin-left:35px;
	
	font-family: "Helvetica", Arial, sans-serif;


	}
	
.right { 

	width: 230px;
	
	height:332px;
	
	float:right;
	
	margin-right:15px;
	
	text-align:left;

	}
	
#pizzafooter { 

	width: 753px;
	
	height:193px;
	
	margin-top:20px;
	
	margin-left:70px;
	
	background-image:url(/images/pizzafooter.gif);
	
	background-repeat:no-repeat;
	
	text-align:left;

	}
	
#footer {
	
	width: 907px;
	
	background-image: url(/Images/footer.png);

	background-repeat: no-repeat;
	
	font-size: 10px;

	color: #FFF;
	
	padding-top:110px;
	
	margin-bottom:20px;
	
	}
	
#footer a:link {
	
	 color: #FFF;

	text-decoration: none;

	}
	
#footer a:hover {

    color: #FFF;

	text-decoration: none;

	}

#footer a:visited {

    color: #FFF;

	text-decoration: none;
}
