

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 90% arial,sans-serif;text-align:center;
	background: #CC9900;
}

p {
	margin: 0px 10px 10px;
}



div#header {
	background: #CC9900; height: 150px;
	background-image: url(flowers-delivery.jpg);
}

div#header h1 {
	padding-top: 50px; background-color: transparent;
	padding-left:50px;color: #79B30B; font-weight: bold;
}

div#container {
        width: 1024px;
	text-align:left;
	background: #FFFF99;
	margin-top: 10px; margin-bottom: 10px;
}

div#content p {
	line-height: 1.4;
	margin-left: 20px;
        padding-left: 30px;
}

div#footer {
	color: white;
}

div#footer p {
	margin:0; padding: 30px 0px;
	text-align:center;
}



div#wrapper {
	float:left;
	width:100%;
}

div#intro {
	
	background: #FFFF99;
	text-align: justify;
}

div#footer {
	clear:both;
	width:1024px;
	height: 70px;
}

div#footer {
	background-image: url(flowers-delivery-footer-70.jpg);
	background-repeat: no-repeat;
}

div#intro {
	width: 1024px;
	height: 90px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: justify;
}

div#intro h3 {
	padding-left: 50px;
	padding-right: 50px;
}

.name {
	color: #79B30B;
}

.bannerimage { display: block;
               margin-left: auto;
               margin-right: auto;

}