/**
 * home.css
 * 
 * @author Candi Ligutan <candice.ligutan@residentsource.com>
 * @version $Id$
 */

.home #header object { height: 331px; }
.home #contentArea {
	background: url('../images/content-bg.jpg') no-repeat;
	height: 207px;
	color: #DBD7CC;
	position: relative;
}
.home #contentArea p {
	width: 420px;
	position: absolute;
	top: 75px;
	left: 245px;
	margin: 0px;
}
.home #footer { _margin-top: -70px; }
