@media (min-width: 800px) and (max-width: 899px){
html {
	background-color:rgb(50,50,100); 
	font-size:7px;
	/*background-repeat:repeat;*/
	}
}
@media (min-width: 900px) and (max-width: 1024px){
html {
	background-color:rgb(50,50,100); 
	font-size:9px;
	/*background-repeat:repeat;*/
	}
}
@media (min-width: 1025px) and (max-width: 1480px) {
html {
	background-color:rgb(50,50,100); 
	font-size:12px;
	/*background-repeat:repeat;*/
	}
}
@media (min-width: 1481px) {
html {
	background-color:rgb(50,50,100); 
	font-size:20px;
	/*background-repeat:repeat;*/
	}
}