Tag,
hab's mal kurz ausprobiert:
#container {
position: absolute;
z-index: 1;
min-height: 100%;
background-color: red;
background-repeat:repeat-y;
width:760px;
margin: 0px auto;
}
#main {
position: absolute;
z-index: 2;
margin-left: 40px;
width: 648px;
min-height:100%;
border-color:#905F30;
border-width:thin;
border-left-style:dotted;
border-right-style:dotted;
background-color: blue;
}
damit hatt's bei mir geklappt!
Grüße.