@charset "UTF-8";
/* CSS Document */
/* html RESET                            	       
================================================*/

body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000
}
p, h1 {
	margin: 0;
	padding-bottom: 10px
}
a {
	text-decoration: none
}
/* Page elements                            	       
================================================*/
body {
	background: #fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x
}
#container {
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/chocolate_fountain.jpg);
	background-repeat: no-repeat;
	width: 956px;
	height: 957px
}
.header {
	padding: 355px 30px 0 30px;
	text-align: center;
	color: #f51b00;
	font-size: 16px
}
.main {
	padding: 5px 30px 0 30px;
	text-align: justify
}
.footer {
	margin: auto;
	width: 956px;
	padding-top: 10px
}
/* Hyperlink styles
================================================*/
a:link, a:visited {
	color: #f51b00;
	font-weight: bold
}
a:hover, a:active {
	color: #553303;
	font-weight: bold
}
/* End
================================================*/
