html {
     height:100%;
     }
html, table, div , ul, ol, li, a, p, h1, h2, h3, iframe {
     margin: 0px;
     padding:0px;
     }

body {
     margin: 0px;
     padding:0px;
     background-color: #FFFFFF;
     color: #333333;
     text-align:center;
     }
     
#container {
           width:850px;
	   margin:0px auto;
	   text-align:left;
           /*
	   background-image: url(./images/bg_new.jpg);
           background-position: 0px 0px;
           background-attachment: fixed;
           background-repeat: no-repeat;*/
}

#content {
         position:relative;
         top:70px;
         left:0px;
         }
#content[id] {
        left:50px;
}

#t_menu {
        position: absolute;
        top:20px;
        z-index:100;
        }


.main_menu {
             width: 840px;
             height: 100%;
             margin:0px;
             padding:0px;
             }

#below {
       position:relative;
       width:850px;
       top:70px;
       left:696px;
}

#s_menu {
        position: relative;
        left:10px;
}

#banner {
        position:relative;
        float: left;
}

.my_image {
          display: block;
          margin:0px;
          padding:0px;
          border:0px;
          }
          
iframe {
       border: 1px solid #999999;
       }


