@media (max-width : 1000px){
	
	div.wrapper{
		width:90%;	
		margin: 0 auto;
	}
	
	
}

@media (max-width : 600px){
	
	div.header h1{
		font-size: 26px;
		margin-bottom: 16px;
	}
	div.header h2{
		font-size: 16px;
	}
	
	div.box1{
		padding: 10px;
	}
	
	div.box1 th{
		display: block;
		clear: both;
		text-align: left;
		padding-bottom: 0;
	}
	div.box1 td{
		display: block;
		clear: both;
	}
	
	.l400, 
	.l200{
		width: 100% !important;
	}
}



@media (max-width : 400px){
	div.header img{
		width: 100%;
	}		
}