/* container bg */
#container.company {
	background: #fff url(../img/container_bg_index.jpg);
}
/* bottom pics */
#wrapper {
	background: #fff url(../img/greeting/nav.jpg) no-repeat 0px -2px;
}
#navigation {
	margin: 0 0 -12px 0;
 }
#navigation ul li a {
	background: url(../img/nav_separator.gif) no-repeat -12px center;
}
/* center pics */
#wrapper #main {
	width: 598px;
	height: 568px;
	background: url(../img/greeting/center.jpg) no-repeat bottom;
	margin: 0 0 -21px 0;
	border-right: 1px solid #ccc;
}
/* submenu */
#wrapper #main ul li a {
	padding: 10px 45px 0 0;
	background: url(../img/icons/icon_howitworks.jpg) no-repeat right center;
	text-align: right;
	margin: 35px 10px 0 0;
}
#wrapper #main ul li a#sub1 {
	margin: 35px 120px 0 0;
	}
#content {
	overflow: auto;	
	height: 480px;
	}
/* h1 */
#wrapper #content h1 {
	background: url(../img/greeting/h1.jpg) no-repeat left;
}