@charset "utf-8";
/* CSS Document */

	@media only screen and (max-width: 1024px) and (orientation:landscape) 
	{
		html 
			{ background: url(../images/Background.png)  no-repeat fixed; !important;
				 background-size: 100% auto;
				-webkit-background-size:cover;
				-moz-background-size:cover;
				-o-background-size:cover;
				background-size:cover;
				 height:100%;
				  margin: 0;
				  padding: 0;
				  width:100%;
				  color:#000000;
			
				
			}
    }
	
