html {
background:#fff;
font-family: "franklin gothic", arial, san-serif; 
color:#4c3c35;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;
}

body {
font-size:100%; 
text-align: center;
}

h1 {
font-size: 1.15em
}

p {
font-size: 0.73em
}
a {
color:#5e575f;
}

#contain {
height:591px;
width:900px;
margin-left:auto;
margin-right:auto;
background: url('../images/layout/Mainbg.jpg') no-repeat;
padding:168px 0px 0px 62px;
} 

#table{
width: 835px; 
height: 310px;
margin: 0px;
border: 0px;
text-align: right;
}

div.test1{
position: relative;
top: 0px;
right: 20px;

}


div.test2{
padding: 8px 3px 0px 0px;
}

dl, dt, dd, ul, li {
margin: 0; padding: 0; 
list-style-type: none;
}


#menu {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  position: relative;
}

#menu a {
text-indent:1000%;
}

#menu a {
  position: absolute;
  z-index: 4;
  list-style-type: none;
  outline: none;
}

#menu a:hover{
 background-position: left bottom;
}

#menu .home {
  display: inline;
  width: 110px;
  height: 30px;
  background: url('../images/layout/home_menu.jpg') no-repeat;
  left: 160px;
  top: 10px;
}

#menu .progress {
  display: inline;
  width: 125px;
  height: 30px;
  background: url('../images/layout/progress_menu.jpg') no-repeat;
  left: 250px;
  top: 10px;
}
