html {
            height: 100%;
            width: 100%;
            margin: 0px;
            padding: 0px;
            }
            
            BODY {
            width:100%;
            height:100%;
            padding:0px;
            margin:0px;
            border: 0px;
            background-color:#ededed;
            background-image:url('/images-web/body-bg.jpg');
            background-position:top;
            background-repeat:repeat-x;
            }
   #wrapper {
            width: 1064px;
            margin-left:auto;
            margin-right:auto;
            margin-top:0px;
            margin-bottom:0px;
            height:100%;
            padding:0px;
            border:0px solid #039;
            }
            
            a:active,�a:focus{�outline:none;�}
           
            
            #shell-left {
            width:100px;
            display:block;
            height: inherit;
            min-height: 100%;
            margin:0px;
            padding:0px;
            border: 0px;
            float:left;
            background-color:transparent;
            background-image: url('/images-web/shell-left-grey-bg.jpg');
            background-position: right;
            background-repeat: repeat-y;
            }
            #shell-left-upper-tree {
            height:269px;
            width:100%;
            background-color:#2a7f2c;
            background-image:url('/images-web/body-bg.jpg');
            background-position:top;
            background-repeat:repeat-x;
            margin:0px;
            padding:0px;
            border: 0px;
            }
            #shell-center {
            width:864px;
            margin:0px;
            padding:0px;
            border: 0px;
            float:left;
            background-color: #fff;
            background-image:url('/images-web/sub-wrapper-top-corners.png');
            background-position: 0px 132px;
            background-repeat:no-repeat;
            height:auto;
            min-height: 100%;
            vertical-align:top;
            position: relative;
            }
            #shell-right {
            width:100px;
            height: inherit;
            min-height: 100%;
            margin:0px;
            padding:0px;
            border: 0px;
            float:left;
            background-color:transparent;
            background-image: url('/images-web/shell-right-grey-bg.jpg');
            background-position: left;
            background-repeat: repeat-y;
            }
            #shell-right-upper-tree {
            height:269px;
            width:100%;
            background-color:green;
            background-image:url('/images-web/body-bg.jpg');
            background-position:top;
            background-repeat:repeat-x;
            margin:0px;
            padding:0px;
            border: 0px;
            }
            
            
