body, div, p, table, td {
   color: #999;
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
}
a {
   color: #999;
}
div.wrap {
   position: absolute;
   text-align: center;
   margin-left: -385px;
   width: 770px;
   left: 50%;
}
div.nav {
   position: relative;
   display: inline;
   float: left;
   width: 290px;
   text-align: left;
}
div.contents {
   position: relative;
   display: inline;
   float: right;
   width: 480px;
   text-align: left;
}
div.contents_left {
   position: relative;
   display: inline;
   float: left;
   width: 480px;
   text-align: left;
}
div.contents_right {
   position: relative;
   display: inline;
   float: right;
   width: 480px;
   text-align: left;
}
div.contents_top {
   position: relative;
   display: inline;
   float: left;
   width: 480px;
   text-align: right;
}
div.contents_bottom {
   margin-top: 30px;
   position: relative;
   display: inline;
   float: right;
   width: 480px;
   text-align: left;
}
a.myMenu {
   text-decoration: none;
   color: #009999;
}
div.footer {
   color: #009999;
}

