@media screen and (min-width: 877px) {
#primary {
width: 65%;
float: left;
}
#secondary {
width: 29%;
float: right;
}
}