.content {
	width: 760px;
	height: 590px;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

.main_nav {
	background-color: #990000;
	width: 593px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	height: 28px;
	padding-left: 160px;
}

.main_nav a {
	color: #FFFFFF;
}

.home_logo {
	position: absolute;
	left: 20px;
	top: 70px;
}


.home_story {
	position: absolute;
	left: 20px;
	top: 190px;
	width: 200px;
}


.success_box1 {
	left: 360px;
	top: 70px;
	position: absolute;
}

.success_box2 {
	left: 360px;
	top: 200px;
	position: absolute;
}

.success_box3 {
	left: 360px;
	top: 330px;
	position: absolute;
}

.success_box4 {
	left: 360px;
	top: 460px;
	position: absolute;
}


.success_box {
	color: #FFFFFF;
	width: 355px;
	height: 105px;
	background: url(/images/success_background.jpg) no-repeat;
	padding: 8px 20px 8px 8px;
}

.success_industry {
	font-weight: bold;
	float: left;
	padding-left: 8px;
}

.success_platform {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

hr.success_hor {
	color: #990000;
	border-style: solid;
	border-width: 1px;
}

.success_lead {
	top: 25px;
	padding-left: 100px;
	color: #999999;
}

.success_more {
	color: #990000;
}

.success_more a {
	color: #FFFFFF;
}

.success_promo {
	position: absolute;
	left: 16px;
	top: 40px;
}