@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 13px arial, helvetica, clean, sans-serif;
}

.header {
	height: 100px;
	background: url(http://services.porchlightgroup.com/images/bg-slice.png) repeat-x;
	text-align: center;
	margin: 0 0 10px 0;
}
.footer {
	height: 85px;
	background: url(http://services.porchlightgroup.com/images/bg-slice-bot.png) repeat-x;
	text-align: center;
	margin: 10px 0 0 0;
	border-bottom: solid 1px #909090;
}
