@charset "UTF-8";
/* CSS Document */
body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}

#main {
	width: 900px;
	clear: none;
	float: none;
	position: relative;
	height: 675px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: medium none #333333;
	border-right: medium none #333333;
	border-bottom: medium none #333333;
	border-left: medium none #333333;
	margin: auto;
	background-image: url(images/laterlife2010.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#organize
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #333;
	top: 350px;
	right: 264px;
	background-position: 450px 250px;
	position: absolute;
	z-index: 0;
}

#realestate
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #333;
	top: 350px;
	background-position: 450px 250px;
	position: absolute;
	z-index: 0;
	left: 266px;
}

