@media only screen 
	and (min-width : 815px) 
	and (max-width : 1024px)
{
	div.container
	{
		width: 750px !important;
	}
	
	body div.content div.footer
	{
		margin: 0px !important;
	}
	
	body div.content div.footer span
	{
		width: 100%;
		
		margin-bottom: 10px;
		
		text-align: center;
	}
}