/**
 * Common
 */
#content {
	padding-bottom: 150px;
}

.simple_bubble .sbb_mouth ins {
	background-image: url(icons.png);
	height: 14px;
	width: 21px;
}

#main_content .bubble_wrap {
	clear: left;
	width: 100%;
}


/**
 * Talk Human
 */
.talk_human {
	left: 72%;
	margin-left: -15px;
	top: 47px;
}


/**
 * Types
 */
#main_content .types {
	clear: both;
	width: 100%;
}

#main_content .types:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#main_content .types .type {
	display: block;
	float: left;
	font-size: .867em;
	margin-right: .5em;
	margin-right: 1em;
	min-width: 70px;
	padding-top: 78px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

#main_content .types .type .icon {
	bottom: 100%;
	height: 70px;
	left: -35px;
	margin-bottom: -72px;
	margin-left: 50%;
	padding: 0 10px;
	position: absolute;
	width: 70px;
}

#main_content .types .type .icon ins {
	background-repeat: no-repeat;
	height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	width: 70px;
}


/**
 * Simple Bubble
 */
#main_content .simple_bubble {
	margin: 185px 0 0;
	/*min-width: 750px;*/
	max-width: 50em;
	max-width: 54em;
}

#main_content .simple_bubble .sbb_mouth,
#main_content .simple_bubble .sbb_human {
	left: 53%;
}

#main_content .simple_bubble .sbb_human {
	background: url(bubble_human.jpg) no-repeat;
	height: 163px;
	margin-left: -100px;
	top: -164px;
	width: 261px;
}
/*
.simple_bubble .sbb_mouth {
	height: 14px;
	top: -14px;
	width: 21px;
}

.simple_bubble .sbb_mouth ins {
	left: 0;
	top: 0;
}*/