@charset "utf-8";
/* CSS Document */

body {
      margin:0px;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  background-color:#7b6e4f;
}
.table {
      border:solid 2px;
	  border-color:#514320;
}
.bottomBg {
      background-image:url(../images/bottom_bg.jpg);
	  background-repeat:repeat-x;
}
