
#content_container{	
	clear: left;
	margin: 0;
	padding: 0;	
	width: 1024px;
	height : 328px; /* minimum height for footer */
	/*background: #fff;*/
	padding-bottom:40px;
}


.text_area{  
		/*border-width:5px;*/
		/*border-style:solid;*/
	position: relative;
	padding: 3px 100px 0px 15px;
	width: 799px;
	text-align: left;
	background-color: none;
}
	.text_area h1{ 
		line-height : 60%;
		font-weight:normal;
		font-size: 40px;		
		color:#4A5058; 
	}
	.text_area .title3{ 
		line-height : 50%;
		font-weight:normal;
		font-size: 28px;		
		color:#4A5058; 
	}
	.text_area .title4{ 
		line-height : 50%;
		font-weight:normal;
		font-size: 18px;		
		color:#8D8F91; 
	}
	#title3 { 
		padding: 18px 0 0 0;
	}

#photo_main{
	position : absolute;
	
	width: 726px;
	height: 270px;		
	left: 235px;
	top: 0px;
	
	background: url('../images/photo_main.png') no-repeat;
	background-position: 0px 0px;	
}
#try_form{
	position : absolute;
	
	width: 373px;
	height: 215px;		
	left: 135px;
	top: 30px;
	
	background: url('../images/try_form.png') no-repeat;
	background-position: 0px 0px;	
}
	#try_form_field {
		position : absolute;
		left: 85px;
		top: 135px;
	}
		#try_form_field input
		{
			color: #111111;
			font-size:11px;
			border:none;
			border-radius:0px;
			padding:2px; 
			width: 195px;
		}
		#try_form1 {
			position : absolute;
			left: 12px;
			top: 11px;
			color: #ffffff;
		}
		#try_form2 {
			position : absolute;
			left: 20px;
			top: 82px;
			color: #3D3D3F;
			font-size : 11px;
		}
		#try_form3 {
			position : absolute;
			left: 85px;
			top: 119px;
			color: #3D3D3F;
			font-size : 11px;
		}
		#try_form4 {
			position : absolute;
			top: 189px;
			left: 100px;
			color: #3D3D3F;
			font-size : 8px;
		}
		
	
#advantage_list {
	position : absolute;
	float: left;
	width: 1024px;	
	top: 270px;
	left: 0px;
	margin: 0px ;
	padding: 0 0 30px 0;
}
	#advantage_list p{
		padding : 0 0 10px 0;
	}
	.ver_line {
		float:left;
		position: relative;
		margin: 15px 0 15px 0;
		
		height: 62px;
		width: 1px;
		
		background: url('../images/ver_line.png') no-repeat;
		background-position: 0px 0px;
	}
	#speak {	
		float:left;
		position: relative;
		margin: 15px 20px 0 110px;
		
		height: 30px;
		width: 250px;
	}
	#quickly {	
		float:left;
		position: relative;
		margin: 15px 10px 0 30px;
		
		height: 30px;
		width: 250px;
	}
	#now {	
		float:left;
		position: relative;
		margin: 15px 0 0 30px;
		
		height: 30px;
		width: 250px;
		
		/*background: url('../images/advantage_icons.jpg') no-repeat;
		background-position: 0px -140px;*/
	}
	.rel_left {
		position : relative; 
		clear : left; 
	}
		

#footer { 
	
	height: 40px;
	color: #585858;
	font-size: 10px;
	text-align: right;
	background:#e8e8e8;
}


