
	@media only screen and (min-width: 1200px) and (max-width: 3600px)
	{
		#backdropArea{ position:relative; top:0px; left:0px; width:1200px; }
		#banner{ position:absolute; left:0px; top:0px; width:1198px; height:170px;}
		#lblAvailable{ position:relative; left:0px; top:0px; width:1198px; height:50px;}
    }

	@media only screen and (min-width: 900px) and (max-width: 1199px)
	{
		#backdropArea{ position:relative; top:0px; left:0px; width:898px; }
		#banner{ position:absolute; left:0px; top:0px; width:898px; height:170px;}
		#lblAvailable{ position:relative; left:0px; top:0px; width:898px; height:50px;}
    }

	@media only screen and (min-width: 600px) and (max-width: 899px)
	{
		#backdropArea{ position:relative; top:0px; left:0px; width:598px; }
		#banner{ position:absolute; left:0px; top:0px; width:598px; height:170px;}
		#lblAvailable{ position:relative; left:0px; top:0px; width:598px; height:50px;}
    }

	@media only screen and (min-width: 10px) and (max-width: 599px)
	{
		#backdropArea{ position:relative; top:0px; left:0px; width:360px; }
		#banner{ position:absolute; left:0px; top:0px; width:358px; height:170px;}
		#lblAvailable{ position:relative; left:0px; top:0px; width:358px; height:70px;}
    }
