html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
        background: #F3EFE6;
}
#wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
#bg {
  position: absolute;
  left: 50%;
  margin-left: -1310px;
  height: 1256px;
  width: 2588px;
  background-image: url("../images/background_content.jpg");
  bottom: 0px;
  z-index: -1;
}
#box{
    margin: 80px auto;
    width: 850px;
    padding-bottom: 20px;
    font-family: Arial;
}

h1, h2, h3, h4{
    color: rgb(78, 24, 0);
    text-transform: uppercase;
}
h1{
    color: rgb(135, 37, 0);
}

a{
    color: #5d1900;
}

#box ul{
    list-style-image: url("../images/marked-list.jpg");
}

#box ul li{
    padding: 5px
}
table{
    margin: 0;
    padding: 0;
    border: 1px solid rgb(219, 204, 198);
    -moz-border-radius-bottomleft:9px;
    -webkit-border-bottom-left-radius:9px;
    border-bottom-left-radius:9px;
    -moz-border-radius-bottomright:9px;
    -webkit-border-bottom-right-radius:9px;
    border-bottom-right-radius:9px;
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border-top-right-radius:9px;
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-left-radius:9px;
    border-spacing: inherit;
}
tr:last-child td:last-child {
    -moz-border-radius-bottomright:9px;
    -webkit-border-bottom-right-radius:9px;
    border-bottom-right-radius:9px;
}
tr:first-child td:first-child {
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-left-radius:9px;
}
tr:first-child td:last-child {
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border-top-right-radius:9px;
}
tr:last-child td:first-child{
    -moz-border-radius-bottomleft:9px;
    -webkit-border-bottom-left-radius:9px;
    border-bottom-left-radius:9px;
}
tr:first-child th:first-child{
    border-width:0px 0px 1px 0px;
}
tr:first-child th:last-child{
    border-width:0px 0px 1px 1px;
}
table tr:first-child th:first-child {
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-left-radius:9px;
}table tr:first-child th:last-child {
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border-top-right-radius:9px;
}
tr:last-child td{
    border-width:0px 1px 0px 0px;
}tr td:last-child{
    border-width:0px 0px 1px 0px;
}tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
td{
    background-color:#fff3d6;
    border:1px solid #b5975d;
    border-width:0px 1px 1px 0px;
    padding:10px;
    font-size:13px;
    font-weight:bold;
    color:#131313;
}
tr:first-child th{
    background-color:#462a1e;
    border:0px solid #b5975d;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    padding: 3px 8px;
}