body { margin-left: 0px; margin-top: 0px; }

#container { position: relative; width: 960px; height: 700px; border: 1px none black; margin: 0px auto; }
#header { width: 960px; height: 76px; border: 1px none blue; text-align: center; }
#subheader { width: 960px; height: 39px; border: 1px none green; text-align: center; overflow: none; padding-top: 15px; }
#menu { position: relative; width: 960px; height: 70px; border: 1px none purple; }
#left { position: absolute; width: 210px; height: 500px; border: 1px none red; float: left; }
#main { position: absolute; left: 211px; width: 750px; height: 500px; border: 1px none green; }
#stickra { position: absolute; top: 125px; left: 0px; }

.menuitem { position: absolute; }
.menu { position: absolute; border: 1px none red; }

