﻿#route_container 
{
	padding-top: 50px;
	width: 450px;
	margin: 0px auto 10px auto;
}
	#route_container .icon
	{
		float: left;
		height: 150px;
		margin-right: 20px;
	}
	#route_container .text
	{
		float: left;
	}
	#route_jobseeker 
	{
		float: left;
		margin-bottom: 20px;
	}
	#route_employee 
	{
		float: left;
	}
	
#route_container a
{
	text-decoration: none;
	color: #000;
	font-size: 1.5em;
}
#route_container a:hover
{
	text-decoration: underline;
}