@import url(page.css);

div#live-right-splash-custom {
	background-image: url(../jpg/speaking_splash_custom_background.jpg);
}

div#content {
	padding-top: 34px;
	margin-left: 250px;
}

div#content div {
	position: relative;	
}

div#content p {
	margin-left: 2em;
}

div#content p span {
	color: #166791;
}

div#content div#business, div#content div#home, div#content div#retirement {
	width: 176px;
	background-repeat: no-repeat;
	position: absolute;
	left: -176px;
}

div#business {
	height: 87px;
	background-image: url(../gif/business.gif);
	top: -48px;
}

div#home {
	height: 77px;
	background-image: url(../gif/home.gif);
	top: -38px;
}

div#retirement {
	height: 90px;
	background-image: url(../gif/retirement.gif);
	top: -50px;
}