/*  and (max-width: 800px) and (max-device-width : 480px) and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (orientation : portrait) */

@media screen and (max-device-width : 768px) {  

html,body {	
	margin: 20; padding: 20;	height:100%;
	background: #ffffff; /*  url(images/bg2.jpg) repeat */
	color: #999999; 
	font-family: sans-serif;
	font-size: 18px;
}
} 