/***********************************************/
/* footercss.php                               */
/* Use with Smallworlds Website                */
/***********************************************/

/*************** footer styles ***************/

.footer {
	font: 12px Verdana, Arial, sans-serif;
	background: url('http://content.smallworlds.com/content-v674/webassets/footer_bg.jpg') repeat-x;
	background-color: #f0f0f0;
	width: 100%;
	min-width: 980px;
	height: 130px;
}

.footer, .push {
	height: 130px;
}

.footer a:link, .footer a:visited {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
}

.footercontent {
	background: url('http://content.smallworlds.com/content-v674/webassets/footer_div.jpg') no-repeat 978px 0px;
	width: 980px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	font-size: 10px;
}

.footercolumn {
	background: url('http://content.smallworlds.com/content-v674/webassets/footer_div.jpg') no-repeat;
	float: left;
	line-height: 18px;
	width: 237px;
	min-width: 237px;
	height: 100%;
	padding-left: 8px;
	text-align: left;
}
