| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| overflow: hidden; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div style="width:935px;"> | |
| <div style="background-color:#eeeeee; float: left; width: 100%; margin: 0 0 20px;"> | |
| <div id="content" style="background-color:lightblue; height:500px"></div> | |
| </div><!-- #container --> | |
| <div style="float: left; background-color:darkgray; height:300px; width:146px; margin: 0 0 0 -935px;"> | |
| </div><!-- #primary .sidebar --> | |
| <div style="float: left; background-color:darkgray; height:300px; margin:0 0 0 -300px;width:300px;"> | |
| </div> | |
| </div></body> | |
| </html> |