@media screen
{
	div#footer
	{
		background: #666;
		height: 25px;
	}
	
	div#footer_inset
	{
		 padding: 0 50px;
		 color: #FFF;
		 font-size: 10px;
		 line-height: 25px;
	}
}