body {
	background: url(../images/bg_start.gif) repeat-y #FFFFFF top center;
}


#start_left .start_content{
	float:right;
	width:500px;
	
}

#start_right .start_content{
	float:left;
	width:500px;
	}

#start_left .start_more {
	width:500px;
	text-align:center;
	color:#fff;
}

#start_right .start_more {
	width:500px;
	text-align:center;	
	color:#1a171b;
}

#start_left .start_more a{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}
#start_right .start_more a{
	font-size:16px;
	text-transform:uppercase;
	color:#1a171b;
}