* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/fs-bg.jpg) #f7f7f4 repeat-x top; 	
}

.boxForSale {
	margin: 180px auto 0 auto;
	width: 672px;
	height: 222px;
	position: relative;
	background: url(images/forsale-bg.jpg) no-repeat center;
}

.boxForSale h1 {
	position: absolute;
	top: 95px;
	left: 30px;
	font: 40px Helvetica, Arial, sans-serif;
	color: #0061bc;
}

.boxForSale p {
	position: absolute;
	top: 160px;
	left: 30px;
	font: 14px Helvetica, Arial, sans-serif;
	color: #777;
}

.boxForSale a {
	text-decoration: none;
	color: #444;	
}

.boxForSale strong {
	color: #444;	
}

