@charset "UTF-8";
/* CSS Document */

body	{
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #6f84bb;
	font-family:helvetica,arial,sans-serif;
	
}
#spread	{
	margin: 0 auto;
	width: 1000px;
	height:662px;
	position:relative;
}
#logo	{
	text-align:center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 840px;
}
#tagline	{
	margin: 0 auto;
	text-align:center;
	margin-top: 20px;
}
#container	{
	margin: 0 auto;
	width: 840px;
	position: relative;
	margin-bottom: 100px;
}
#choices	{
	margin: 0 auto;
}
#individuals	{
	float: left;
}
#employers	{
	float: right;
}
#footer	{
	display: block;
	width: 330px;
	margin: 0 auto;
	font-size:10px;
	position:relative;
}
#footer-left	{
	float: left;
}
#footer-right	{
	float: right;
}
#footer-right a	{
	text-decoration:none;
	color: #000;
}
#footer-right a:hover	{
	text-decoration:underline;
	color: #c00;
}