#menu             {
                        width: 80%;
                        height: 6%;
                        position: relative;
                        left: 0px;
                        top: 2%;
                        z-index: 0;
                        background: white;
                        overflow:visible;
                        margin-top: 0px;
                        margin-left: 0px;
                        border: none
                        }


#main             { 
                        width : 80%;
                        height: 85%;
                        background: white;
                        position: relative;
                        left: 0px;
                        top: 2%;
                        z-index: 0;
                        border-width: 0px;
                        border-color: red;
                        border-style: solid;
                        overflow:hidden
                        }


#content        {
                        width :67%;
                        height : 95%;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        z-index: 2;
                        margin-top: 2%;
                        margin-bottom: 2%;
                        margin-left: 2%;
                        margin-right: 2%;
                        overflow:auto;
                        scrollbar-face-color: #ffffff;
                        scrollbar-arrow-color: #666666;
                        scrollbar-track-color: #cccccc;
                        border-width: 0px;
                        border-color: #000000;
                        border-style: solid
                        }


#images         {
                        width : 29%;
                        height : 99%;
                        background: #ffffff;
                        position: absolute;
                        right: 0px;
                        top: 0.5%;
                        z-index: 0;
                        margin-top: 0.px;
                        margin-left: 0px;
                        overflow:hidden;
                        border: none
                        }


#tag                {
                        width : 80%;
                        height: 5%;
                        background: #666666;
                        position: relative;
                        left: 0px;
                        top: 2%;
                        z-index: 3;
                        overflow:visible
                        }