html, body {
	height:100%;
	padding:0;
	margin:0;
	}
		
.wrapper {
	width:100%;
	height:550px;
	padding:0 0 10px 0;
	margin:0;
	}
	
#index {
	background:#4374e9 url(http://www.infusiondesigns.com/images/index_background.gif) top repeat-x;
	}
	
#about {
	background:#fb1b1b url(http://www.infusiondesigns.com/images/car_background.gif) top repeat-x;
	}
	
#print {
	background:#368575 url(http://www.infusiondesigns.com/images/print_background.gif) top repeat-x;
	}
	
#web {
	background:#000 url(http://www.infusiondesigns.com/images/web_background.gif) top repeat-x;
	}
	
#brand {
	background:#ab4400 url(http://www.infusiondesigns.com/images/brand_background.gif) top repeat-x;
	}
	
#contact {
	background:#38854f url(http://www.infusiondesigns.com/images/contact_background.gif) top repeat-x;
	}
	
#main {
	width:786px;
	padding:0;
	margin:auto;
	}
	
#menu {
	width:786px;
	padding:0;
	margin:auto;
	}
	
#footer {
	width:100%;
	height:100%;
	background-color:#000;
	border-top:2px solid #fff;
	}
	
#footer p {
	font:normal .7em Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	}
	
#footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#ccc;
	}
	
#footer img {
	border:0;
	}

	