body {
	margin: 0px;
	background-color: #dddddd;
	background-image: url("http://images.dsharp-design.com/BG.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	font: 1em Georgia, palatino, serif;
	line-height: 1.6;

	text-align:center;
	z-index:0;
	height: 100%; 
}

#content {
	background-color: #fff;
	margin: 0 auto;
	width: 800px;
	clear: both; text-align: center:
	vertical-align: middle;	
}

html>body, html>body #content {
    height: auto;
} 

#header {
	background-image: url("http://images.dsharp-design.com/BG_Header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 800px;
	height: 300px;
	border: none;
	background-color: #000;
	color: #fff;
	position: relative;
}


<!--  Logo & Nav -->
#bg_top {
	background-image: url("http://images.dsharp-design.com/Header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 800px;
	height: 100px;
	background-color: #000;
	color: #fff;
	text-align: right;
	padding: 2%;

}

#bg_bottom {
	margin: 0 auto;
	width: 1024px;
	height: 178px;
	border: none;
	background-color:  #fff;
	color: #fff;
	position: relative;
}

#bg_bottom_fade {
	margin: 0 auto;
	width: 100%;
	height: 178px;
	border: none;
	background-color: #fff;
	position: relative;
}

#footer {
	background-image: url("http://images.dsharp-design.com/footer.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 800px;
	height:125px;
	border: none;
	background-color: #000000;
	color: #fff;
	padding: 5px;
	position: relative;
}

#footer img {
	border: none;
	vertical-align: middle;
}


#cellWrap {
	margin: 0 auto;
	width: 790px;

}

#cell_1 {
	background-image: url("http://images.dsharp-design.com/cellBG.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin:0 5px 1em 0;
	padding:15px;
	float:left;
	width:250px;
	height: 400px;
	background-color:#cccccc;
}

#cell_1 ul, #cell_2 ul, #cell_3 ul {
	text-align: left;
}

#cell_2 {
	background-image: url("http://images.dsharp-design.com/cellBG.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin:0 14px 1em 14px;
	padding:15px;
	float:left;
	width:250px;
	height: 400px;
	background-color:#cccccc;
}

#cell_3 {
	background-image: url("http://images.dsharp-design.com/cellBG.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin:0 0 1em 5px;
	padding:15px;
	float:left;
	width:250px;
	height: 400px;
	background-color:#cccccc;
}

p {
	text-align:justify;
}

hr {
	background-image: url("http://images.dsharp-design.com/hr.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}


A:link {text-decoration: none}
A:visited {text-decoration: none; color: white}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: green;}


