body {
  min-width: 320px;
}

ul.columns {  
  width: 320px;
}

li.column.single {
  width: 280px;
}

.content {
  background: #dcd9d7 url(/static/root/media/background-all-light-mobile.jpg) repeat-y center;  
}

div.header {
  background: #133038 url(/static/root/media/background-header-mobile.jpg) no-repeat center bottom;
}

.content div.menu {
  background: #fff url(/static/root/media/background-menu-mobile.jpg) repeat-y center top;
}

div.main {
  background: transparent url(/static/root/media/background-main-light-mobile.jpg) no-repeat center top;
}

div.footer {
  background: #133038 url(/static/root/media/background-footer-mobile.jpg) repeat-y center top;
}

div.footer-content {
  background: transparent url(/static/root/media/background-footer-top-mobile.jpg) no-repeat center top;
}