body {
	background-image: url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

	/* container only used on the Home Page*/
	#container{
		width: 952px;
		min-height: 500px;
		height: 900px;
		margin: 0px auto 0 auto;
		padding-bottom:0px;

	}
	
	#logo{
	width: 455px;
	height:200px;
	float:left;
	margin-top: 100px;
	}

a.see-full-listing {

	display: block;
	width: 450px;
	height: 200px;
	text-indent: -9999px;
	background: url(../images/top.png) 0 0;
	margin: 10px 10px 0 10px;
	
}

a.see-full-listing:hover {
	background: url(../images/top.png) 0 -200px;
}

	#polaroid_left{
	float:left;
	width: 150px;
	margin-top: 100px;
	margin-right: 50px;

	}
	
	#postit_right{
	float:left;
	width: 150px;
	margin-top: 100px;
	margin-left: 50px;

	}