Line 77 is not in the media query - that's an error here:
#content{
color:#666;
width: 990px;
margin: 30px 0 0 0px;
padding:0;
}
width:1000px;
height:600px;
}
#press {border-top: 1px solid #ccc;}
And the semi-colon after 729px is an error:
@media only screen
and (max-width:729px;){