/* CSS Document */
body{
margin:auto;
}

div.container { 
margin:auto;
width: 801px;
}

div.header { 
width: 801px;
height: 236px;
}
div.contents {
	width: 799px;
	background-image: url(images/patissrie_background1.jpg);

}
div.footer {
	width: 801px;
	height: 53px;
	background-color:#fe5e00;
	text-align: center;
}
.container .footer .style1 .style4 a {
	text-decoration: none;
	color: #FFFFFF;
}

