Ok so I have just a basic page on here http://basic.louisvillemarketing.net/
<html>
<head>
</head>
<body>
<!-- menu -->
<div style="width:100%;height:25px;background-color:red;">
<div style="width:1000px;margin:0 auto;">
<div id="topmenu">
Headers Page Links Page Blockquote Page UL and OL Page Image Page
</div><!-- //.topmenu -->
</div><!-- //.row -->
</div><!-- //.container -->
<!-- //menu -->
<!-- footer credit -->
<div style="width:100%;height:25px;background-color:black;">
<div style="width:1000px;margin:0 auto;">
<span style="float:right;color:black;">foot credit here</span>
</div>
</div>
<!-- //footer credit -->
</body>
</html>
The problem is that when you make the screen smaller say under 700 pixels wide the 100% div with the color is not expanding so the content stays in pace but not the background.
If I move this page outside of wordpress it is fine but in wordpress it does the responsive thing . The theme is a basic theme no @medias.