﻿@media screen and (min-width:600px) 
{
	#content
	{	
		height:250px;
		text-align:center;	
	}
}

@media screen and (max-width:599px) 
{
}