* {padding : 0px ; margin : 0px;}

#m {display:none;}

#bg{width : 100%; position : fixed; z-index : -1;}

#main{background-color : rgba(255,255,255,0.85);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
width : 750px;
}

TD{font-size : 14px;
  color : #003c3c;
}
A{
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
