/* CSS Document */
/* Greater Boise PM .com */
/* May 9 2006 */
/* Cy Klassen - Tour Real Estate */

body {
	background-color:#FFFFFF;
	text-align:center;
	margin-top:5px;
}

#landingPage{
	text-align:center;
}

#landingPage #menu{
	background-image:url(/common/images/landing/menu-bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:300px;
	height:218px;
	margin-left:auto;
	margin-right:auto;
	padding-top:14px;
}

#landingPage #menu img{
	border:none;
	margin-bottom:8px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;

}

#landingPage #menu a:hover img{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

#landingPage #shortDesc {
	height:60px;
	text-align:center;
}

#landingPage #shortDesc p {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	width:375px;
}

