/* Selectors */
body {
	color: #fff;
	background-color: grey;
}

/* Classes */
.ad_pic {
	float: left;
}

.ad_description {
	width: 150px;
	height: 74px;
	line-height: 11px;
	font-size: 9px;
	float: right;
}

/* ID's */


#for_sale {
  width: 300px;
  height: 610px;
  background-color: #031837;
  border: 1px solid #fff;
}

#for_sale img{
	margin-top: 5px;
}

#ads {
	width: 260px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}

#main_link {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	letter-spacing: 1px;
}