/*== SECTON: HOME ==*/
body.home div#contentbg {
	background: url(../../images/layout/home-content-bg.gif) no-repeat;
	background-position: top right;
	background-color: #FFF;
}
body.home div#content .container p {
	width: 140px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
body.home div#content div#hand {
	position: absolute;
	top: 180px;
	right: 85px;
	cursor: hand;
	z-index: 200;
}
