@media only screen and (min-width: 45em) {
body { max-width: 58.75em /* 940px */; }
[role="banner"], .wrap { width: 100%; }
[role="main"] {
float: left;
width: 66% /*620px*/;
}
[role="complementary"] {
float: right;
width: 32% /*300px*/;
}
}