@import url(normal-layout.css) screen and (min-width: 541px);
@import url(mobile-layout.css) screen and (max-width: 540px);
html{
height:100%;
margin:0px;
overflow:auto;
}
body{
background:#2894FF;
padding:0px;
height:100%;
margin:0px;
}