/* CSS Document */
body{
background:URL("images/bgstrip.gif");background-repeat:repeat-x;background-repeat:repeat-x; padding:0; margin:0;
}

/*containing div */
#mega{
position:relative;height:100%;width:1024px;left:50%; margin-left:-542px;
}

#left{
position: absolute; left: 0px; top: 0px; width: 128px; height: 555px; 
}

#main{
position: absolute; left:  64px; top: 0px; width: 805px; height: 555px;
}

#page{
position: absolute; left: 933px; top: 0px; width: 91px; height: 555px;
}

