Code: Select all
body {
text-align: center;
min-width: 700px;
border: 0;
margin: 0 0;
font-variant: small-caps;
}
#outermain {
position: relative;
top: 0;
z-index: 1;
visibility: visible;
width: 700px;
height: 100%;
margin: 0 auto;
text-align: center;
border: 0;
}
#innermain{
position: relative;
top: 30px;
left: 0;
z-index: 2;
visibility: visible;
width: 700px;
height: auto;
}
#left {
position: relative;
right: 0;
z-index: 2;
visibility: visible;
width: 343px;
height: auto;
text-align: right;
display: inline;
padding-left: 3px;
padding-right: 3px;
overflow: hidden;
}
#right {
position: relative;
left: 0;
z-index: 2;
visibility: visible;
width: 343px;
height: auto;
text-align: left;
display: inline;
padding-left: 3px;
padding-right: 3px;
overflow: hidden;
}