@import url("template.css");

@import url("template-1024down.css") only screen 
and (max-width: 1023px);

@import url("template-640down.css") only screen 
and (max-width: 640px);


